DBA Data[Home] [Help]

APPS.IGS_SC_BULK_ASSIGN dependencies on IGS_PE_GEN_003

Line 324: IGS_PE_GEN_003.TURNOFF_TCA_BE (

320:
321: igs_ge_gen_003.set_org_id;
322:
323: --Disable Business Event before running Bulk Process
324: IGS_PE_GEN_003.TURNOFF_TCA_BE (
325: P_TURNOFF => 'Y'
326: );
327:
328: /* Debug */

Line 674: IGS_PE_GEN_003.TURNOFF_TCA_BE (

670: fnd_log.string_with_context( fnd_log.level_statement,l_label,l_debug_str, NULL,NULL,NULL,NULL,NULL,NULL);
671: END IF;
672:
673: --Enable Business Event before quiting Bulk Process
674: IGS_PE_GEN_003.TURNOFF_TCA_BE (
675: P_TURNOFF => 'N'
676: );
677: EXCEPTION
678: WHEN NO_DATA_FOUND THEN

Line 686: IGS_PE_GEN_003.TURNOFF_TCA_BE (

682: l_debug_str := 'NO_DATA_FOUND exception in assign_user_attributes.'||SQLERRM;
683: fnd_log.string_with_context( fnd_log.level_statement,l_label,l_debug_str, NULL,NULL,NULL,NULL,NULL,NULL);
684: END IF;
685: --Enable Business Event before quiting Bulk Process
686: IGS_PE_GEN_003.TURNOFF_TCA_BE (
687: P_TURNOFF => 'N'
688: );
689: ROLLBACK;
690: retcode := 2;

Line 714: IGS_PE_GEN_003.TURNOFF_TCA_BE (

710: fnd_log.string_with_context( fnd_log.level_statement,l_label,l_debug_str, NULL,NULL,NULL,NULL,NULL,NULL);
711: END IF;
712:
713: --Enable Business Event before quiting Bulk Process
714: IGS_PE_GEN_003.TURNOFF_TCA_BE (
715: P_TURNOFF => 'N'
716: );
717: ROLLBACK;
718: retcode := 2;