Migration of Custom Oracle REST API's
Hi
During development We are creating custom package, and creating ildt using below syntax
1) $IAS_ORACLE_HOME/perl/bin/perl $FND_TOP/bin/irep_parser.pl -g -v -username=sysadmin ont:patch/115/sql:xxsf_web_order_creation_pkg.pls:12.0=xxsf_web_order_creation_pkg.pls
and running below command
2) $FND_TOP/bin/FNDLOAD apps/<pwd> O Y UPLOAD $FND_TOP/patch/115/import/wfirep.lct xxsf_web_order_creation_pkg_pls.ildt
and deploy and grant to applicaion user from Integrated SOA Gateway responsibility
For Migrating this Customization to other instances, do we need to above steps again or any FND Loader scripts available for migrating Custom Oracle API's