Journal Import Program completes with Error REP-0091: Invalid value for parameter 'P_PERIOD_NAME'.
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
0