Friday, 14 August 2020

How to find package Name and Parameters in FUSION

 

How to get Job Package and Name

From Fusion Apps main page,

1.      Click the Navigator, and then click Setup and Maintenance.

2.      On the Setup page, select your setup offering such as Financials

Click on right icon as shown above to search for "Manage Enterprise Scheduler Job Definition and Job Sets for Financial, Supply Chain Management and Related Applications":

Select and Click "Manage Enterprise Scheduler Job Definition and Job Sets for Financial, Supply Chain Management and Related Applications" and search for "%Journal%" as shown below:

 

Select "Import Journals" row and click edit (please do not change anything as our goal is to get job package and name):

From above image, the job package is the PATH and job name is the NAME. These will be the first two columns in your property file for "Import Journals" with third column the sample prefix name of the zip file as suggested earlier: 

oracle/apps/ess/financials/generalLedger/programs/common/,JournalImportLauncher,GL_BU_ABC, <list of parameter separated by comma>

 

How to get list of parameters

Once we have job package and name, the next step is to determine the list of parameters for "Import Journals" job. Please follow these instructions:

From Fusion Apps main page,

1.      Click the Navigator, and then click Scheduled Processes in Tools.

2.      Click on "Schedule New Process" button and search (and select) for "Import Journals". It will display the list of parameters as shown below:

Final content in .properties file

/oracle/apps/ess/financials/generalLedger/programs/common/,JournalImportLauncher,GL_BU_ABC,<Data Access Set>,<source>,<Ledger>,<Group ID>,<Post Account Errors to Suspense>,<Create Summary Journals>,<Import Decriptive Flexfields>

Example: /oracle/apps/ess/financials/generalLedger/programs/common/,JournalImportLauncher,GL_BU_ABC,1061,Balance Transfer,1,ALL,Y,Y,N

 

 

 

No comments:

Post a Comment