DBA Data[Home] [Help]

APPS.IGS_AD_IMP_001 dependencies on IGS_GE_MSG_STACK

Line 638: igs_ge_msg_stack.initialize;

634: IGS_PE_GEN_003.TURNOFF_TCA_BE (
635: P_TURNOFF => 'Y'
636: );
637:
638: igs_ge_msg_stack.initialize;
639:
640: BEGIN
641: SELECT batch_desc INTO l_batch_desc
642: FROM igs_ad_imp_batch_det

Line 806: igs_ge_msg_stack.conc_exception_hndl;

802: l_err_msg := SQLERRM;
803:
804: logdetail('EXCEPTION FROM Import Process' || l_err_msg);
805: errbuf := FND_MESSAGE.GET_STRING('IGS','IGS_GE_UNHANDLED_EXCEPTION');
806: igs_ge_msg_stack.conc_exception_hndl;
807:
808: -- Failure Condition
809:
810: IF l_interface_run_id IS NOT NULL THEN