DBA Data[Home] [Help]

APPS.AP_APXWTGNR_XMLP_PKG dependencies on FND_CONCURRENT_PROGRAMS

Line 1873: Select CONCURRENT_PROGRAM_NAME into CONC_PRO_NAME from fnd_concurrent_programs fn

1869: CONC_PRO_NAME varchar(30);
1870: BEGIN
1871: CONC_PRO_ID:=fnd_global.CONC_PROGRAM_ID();
1872:
1873: Select CONCURRENT_PROGRAM_NAME into CONC_PRO_NAME from fnd_concurrent_programs fn
1874: where fn.CONCURRENT_PROGRAM_ID = CONC_PRO_ID;
1875:
1876: IF (CONC_PRO_NAME = 'APXWTINV_XML') THEN
1877: P_AWT_REPORT := 'AWT1';