General Ledger - EBS (MOSC)

MOSC Banner

Journal Import Program completes with Error REP-0091: Invalid value for parameter 'P_PERIOD_NAME'.

edited Dec 9, 2013 12:42AM in General Ledger - EBS (MOSC) 3 commentsAnswered
 Hi,I have triggered Journal Import Program from backend using the below command.
l_jnlimp_request_id := FND_REQUEST.SUBMIT_REQUEST
                         ( 'SQLGL',            -- Short Name of Application
                           'GLLEZL',           -- Concurrent Program Short Name
                           '',                 -- Description of Request
                           '',                 -- Start Time
                           FALSE               -- Submit as Sub-Request
                           ,ci_imp.interface_run_id  -- Interface Control Id
                           ,P_SOB_ID                 -- Set of Books Id
                           ,'N'                      -- Suspense Posting
                           ,Null
                           ,Null
                           ,'N'                      -- Create Summary Journals?
                           ,'O'                      -- Import Descriptive Flex Fields without Validation
                         ) ;

It triggers the program but the Journal Import program completes in Warning and it inturns trigger one more program "Journals - (132 Char)" which completes in Error and the error message in the log file is as below

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