Skip to Main Content

Integration

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 read input data of the process which running fine

662666Oct 6 2008 — edited Oct 6 2008
Hi Guys,

How to read the recently completed BPEL PROCESSes input data ( input xml) .

Please help me.


Regards
janardhan

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 Nov 3 2008
Added on Oct 6 2008
1 comment
265 views