DBA Data[Home] [Help]

APPS.IGS_AD_ADM_REQ dependencies on IGS_GE_MSG_STACK

Line 190: igs_ge_msg_stack.initialize;

186:
187:
188: BEGIN
189: -- Initialize message stack
190: igs_ge_msg_stack.initialize;
191: --
192: -- To populate org_id
193: igs_ge_gen_003.set_org_id(p_org_id);
194: --

Line 402: igs_ge_msg_stack.conc_exception_hndl;

398: -- Rollback the transaction
399: ROLLBACK TO ini_adm_trk_prcs;
400: retcode := 2;
401: -- Handle the standard igs-message stack
402: igs_ge_msg_stack.conc_exception_hndl;
403: END ini_adm_trk_itm;
404: --
405: -- End of Procedure ins_adm_trk_itm
406: --