Entries by Oracle ERP Apps Guide

, , , ,

FNDLOAD to create concurrent programs in R12

The FNDLOAD can be used to create several oracle objects like Menu, Concurrent program, request sets, DFF, Responsibility, Messages, forms personaliztion etc. from one instance to another.Here I will discuss how to create concurrent program using FNDLOAD Download the program definition:FNDLOAD apps/APPS_PWD O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct FNDLOAD_CONC_PRG_NAME.ldt PROGRAM APPLICATION_SHORT_NAME=’XXXX’ CONCURRENT_PROGRAM_NAME=’CONC_PRG_NAME’ FNDLOAD_CONC_PRG_NAME.ldt is the file where […]

, , , ,

FNDLOAD to create value sets in R12

Download a Value Set: FNDLOAD apps/APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct VALUE_SET_XXXX.ldt VALUE_SET FLEX_VALUE_SET_NAME=’XXXX’ Download Value Set Values: FNDLOAD apps/APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct VALUE_SET_XXXX.ldt VALUE_SET_VALUE FLEX_VALUE_SET_NAME=’XXXX’ Upload a Value Set: FNDLOAD apps/APPS_PWD 0 Y UPLOAD $FND_TOP/patch/115/import/afffload.lct VALUE_SET_XXXX.ldt

, , , ,

Allow Modification to Customized Objects in WorkFlow

Allow Modification to Customized Objects “Allow modifications of customized objects” check box in the “About Oracle Workflow Builder” When Checked : The range of editable access levels can appear as a combination of solid green and crosshatch grey areas.The levels depicted by grey crosshatches represent levels that usually cannot modify customized objects, but can now […]

, , , ,

UPLOAD / DOWNLOAD Work Flow File from Server via Back End

WorkFlow Commands and Instructions: ———— The workflow definitions are stored into the database. The standard workflow files (wft) files are in the $PA_TOP/patch/115/import/US/ and $PO_TOP/patch/115/import/US. The custom files are located in $PA_TOP/patch/115/import and $PO_TOP/patch/115/import respectively. When ever any patch is applied that impacts the workflow customizations, follow the below steps to reapply the customizations. 1) […]