DBA Data[Home] [Help]

APPS.IGR_IMP_004 dependencies on FND_GLOBAL

Line 359: l_request_id := fnd_global.conc_request_id;

355: with the STATUS = 2 -'Pending AND the parent IGS_AD_INTERFACE RECORD has
356: been successfully imported (Status = 1 - 'Completed')
357: ***********************************************************************************/
358: IF (l_request_id IS NULL) THEN
359: l_request_id := fnd_global.conc_request_id;
360: END IF;
361:
362: FOR lr_inq_info_rec IN c_inq_info (p_interface_run_id)
363: LOOP

Line 618: l_request_id := fnd_global.conc_request_id;

614: with the STATUS = 2 -'Pending AND the parent IGS_AD_INTERFACE RECORD has
615: been successfully imported (Status = 1 - 'Completed')
616: *******************************************************************/
617: IF (l_request_id IS NULL) THEN
618: l_request_id := fnd_global.conc_request_id;
619: END IF;
620:
621: FOR lr_inq_char_rec IN c_inq_char (p_interface_run_id)
622: LOOP

Line 911: l_request_id := fnd_global.conc_request_id;

907: with the STATUS = 2 -'Pending AND the parent IGS_AD_INTERFACE RECORD has
908: been successfully imported (Status = 1 - 'Completed')
909: -------------------------------------------------------------------------------*/
910: IF (l_request_id IS NULL) THEN
911: l_request_id := fnd_global.conc_request_id;
912: END IF;
913:
914: FOR lr_inq_pkg_rec IN c_inq_pkg (p_interface_run_id)
915: LOOP