DBA Data[Home] [Help]

APPS.PAY_PYAURECD_XMLP_PKG dependencies on FND_CONCURRENT_REQUESTS

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

Line 59: from FND_CONCURRENT_REQUESTS

55: P_PAYSUM_FLAG,
56: LP_LST_YEAR_TERM,
57: LP_DELETE_ACTIONS
58:
59: from FND_CONCURRENT_REQUESTS
60: where request_id= FND_GLOBAL.conc_request_id;
61:
62: end if;
63: if Rep_name='PYAURECD_XML' then

Line 105: from FND_CONCURRENT_REQUESTS

101: LP_SORT_ORDER_3,
102: LP_SORT_ORDER_4,
103: LP_DELETE_ACTIONS
104:
105: from FND_CONCURRENT_REQUESTS
106: where request_id= FND_GLOBAL.conc_request_id;
107:
108: end if;
109: