General Ledger - EBS (MOSC)

MOSC Banner

How to add parameters in application front end for below code

edited Jan 20, 2014 12:28AM in General Ledger - EBS (MOSC) 2 commentsAnswered
For the below code snippet,we need to make the reverse flag and period code as input parameters.Currently below script is not generating data file on WD+0 because of period selection.The file generated by below script will feed to gl listener program to generate JV's.The field mappings with gl interface tables are as below.How to make  Reverse period/Flag as input Parameter?

reference6

VARCHAR2

100

Journal Ref

        ||'|'||NULL

reference7

VARCHAR2

100

Journal Rev Flag

        ||'|'||NULL

reference8

VARCHAR2

100

Journal Rev Period

        ||'|'||NULL

 

 

        ||'|'||'Y'

        ||'|'||b.period_name  -- /*-- Commented for Version 1.1 */

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center