DBA Data[Home] [Help]

APPS.IGS_AD_IMP_001 dependencies on IGS_PE_GEN_003

Line 634: IGS_PE_GEN_003.TURNOFF_TCA_BE (

630: retcode := 0;
631: igs_ge_gen_003.set_org_id(p_org_id);
632:
633: --Disable Business Event before running Bulk Process
634: IGS_PE_GEN_003.TURNOFF_TCA_BE (
635: P_TURNOFF => 'Y'
636: );
637:
638: igs_ge_msg_stack.initialize;

Line 672: IGS_PE_GEN_003.TURNOFF_TCA_BE (

668: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Match Set ID :' || p_match_set_id );
669: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Invalid Batch OR Source Type OR Match Set');
670: FND_FILE.PUT_LINE(FND_FILE.LOG, '');
671: --Enable Business Event before quiting Bulk Process
672: IGS_PE_GEN_003.TURNOFF_TCA_BE (
673: P_TURNOFF => 'N'
674: );
675: RETURN;
676: ELSE

Line 711: IGS_PE_GEN_003.TURNOFF_TCA_BE (

707: p_source_type_id => p_source_type_id,
708: p_interface_run_id => l_interface_run_id ) THEN
709:
710: --Enable Business Event before quiting Bulk Process
711: IGS_PE_GEN_003.TURNOFF_TCA_BE (
712: P_TURNOFF => 'N'
713: );
714:
715: RETURN;

Line 796: IGS_PE_GEN_003.TURNOFF_TCA_BE (

792: HZ_COMMON_PUB.ENABLE_CONT_SOURCE_SECURITY ;
793: END IF;
794:
795: --Enable Business Event before quiting Bulk Process
796: IGS_PE_GEN_003.TURNOFF_TCA_BE (
797: P_TURNOFF => 'N'
798: );
799: EXCEPTION
800: WHEN OTHERS THEN

Line 818: IGS_PE_GEN_003.TURNOFF_TCA_BE (

814: COMMIT;
815: END IF;
816:
817: --Enable Business Event before quiting Bulk Process
818: IGS_PE_GEN_003.TURNOFF_TCA_BE (
819: P_TURNOFF => 'N'
820: );
821: -------------------------------------------------------
822: -- enable HZ security policy if abnormal termination