Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Mobile Applications Pick Load Page MainPickPage Is defaulting INTO_LPN as LPN

2892158Dec 20 2017 — edited Jan 11 2018

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

This post has been answered by 2892158 on Jan 11 2018
Jump to Answer
Comments
Post Details
Added on Dec 20 2017
2 comments
306 views