DBA Data[Home] [Help]

APPS.AP_APXWTGNR_XMLP_PKG dependencies on FND_CONCURRENT_PROGRAMS

Line 1922: Select CONCURRENT_PROGRAM_NAME into CONC_PRO_NAME from fnd_concurrent_programs fn

1918: CONC_PRO_NAME varchar(30);
1919: BEGIN
1920: CONC_PRO_ID:=fnd_global.CONC_PROGRAM_ID();
1921:
1922: Select CONCURRENT_PROGRAM_NAME into CONC_PRO_NAME from fnd_concurrent_programs fn
1923: where fn.CONCURRENT_PROGRAM_ID = CONC_PRO_ID;
1924:
1925: IF (CONC_PRO_NAME = 'APXWTINV_XML') THEN
1926: P_AWT_REPORT := 'AWT1';