checking manual journal import program completion
Hi
In 11i - 11.5.10.2 :
When I am checking the journal import program completion in FND_CONC_REQ_SUMMARY_V in a query I am getting following :
argument_text, program_short_name, program
3818050, 8042, N, , , N, N GLLEZL Journal Import
3818051, 8042, N, , , N, N GLLEZL Journal Import
3818053, 8042, N, , , N, N GLLEZL Journal Import
Here the argument text contains -
,argument1 => l_int_run_id --interface run id
,argument2 => l_access_set_id --data access set_id
,argument3 => 'N' --post to suspense
,argument4 => NULL --from date
,argument5 => NULL --to date
,argument6 => 'N' --summary mode
,argument7 => 'N' --import DFF
,argument8 => 'Y' --backward mode
Is there any way / how to find for what source the user has run the program ?