Hi,
I have Extended MainPickPage by inserting into MWA_CLASS_CUSTOM_FILES as seen below and i am now able to see customized page. But after extending while performing any transaction i see that INTO_LPN field is automatically defaulted to LPN field from above where is in standard page the Field is not defaulted.
Note:- I have just extended page and added super thats it without adding any new logic.
insert into MWA_CLASS_CUSTOM_FILES(CLASSFILEID,CLASSOLDFILE,CLASSNEWFILE,ENABLED,CREATION_DATE,CREATED_BY,LAST_UPDATE_DATE,LAST_UPDATED_BY,LAST_UPDATE_LOGIN)
values ( 1,'oracle.apps.wms.td.server.MainPickPage','xx.oracle.apps.wms.td.server.XXMainPickPage','Y',sysdate,-1,sysdate,-1,-1);'
Any pointer will be helpful.
Thanks