DBA Data[Home] [Help]

APPS.PAY_PYAURECD_XMLP_PKG dependencies on FND_CONCURRENT_PROGRAMS

Line 10: select concurrent_program_name into Rep_name from fnd_concurrent_programs fc,FND_CONCURRENT_REQUESTS fn

6: L_PACT_ID NUMBER;
7: Rep_name varchar2(50);
8: BEGIN
9: /*added as fix:*/
10: select concurrent_program_name into Rep_name from fnd_concurrent_programs fc,FND_CONCURRENT_REQUESTS fn
11: where fn.concurrent_program_id=fc.concurrent_program_id
12: and request_id= FND_GLOBAL.conc_request_id;
13: if Rep_name='PYAUREPSR_XML' then
14: select