Skip to Main Content

Java Development Tools

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!

How to change Session time out message.

1000953Jan 3 2014 — edited Jan 3 2014

Hi ADF mates,

Could anyone please help me in this below requirment.

I need to change the Session time out message.

Thanks,

BM.


Comments

Sylvain Martel

Hello Rajesh,

The supported method is to export the concurrent executable and concurrent program you created in your DEV environment using FNDLOAD.  That will create ldt files that you would use to import in the next instance.

Example of these script are as follow:

FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct XX_CUSTOM_CP.ldt PROGRAM APPLICATION_SHORT_NAME="XXCUST" CONCURRENT_PROGRAM_NAME="XX_CONCURRENT_PROGRAM"

FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct XX_CUSTOM_CP.ldt - WARNING=YES UPLOAD_MODE=REPLACE CUSTOM_MODE=FORCE

Hope this helps!

RajeshAlex

Thank You Sylvain

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 31 2014
Added on Jan 3 2014
2 comments
222 views