DBA Data[Home] [Help]

APPS.IGS_EN_GEN_016 dependencies on IGS_EN_GEN_016

Line 1: PACKAGE BODY IGS_EN_GEN_016 AS

1: PACKAGE BODY IGS_EN_GEN_016 AS
2: /* $Header: IGSENA1B.pls 120.5 2006/01/17 04:06:48 ckasu ship $ */
3:
4:
5: PROCEDURE enrp_enr_reg_upd (

Line 820: FND_MESSAGE.SET_TOKEN('NAME','IGS_EN_GEN_016.enrp_batch_reg_upd');

816: WHEN OTHERS THEN
817: ROLLBACK TO interface_rec;
818: l_message_text := FND_MESSAGE.GET;
819: Fnd_Message.Set_name('IGS','IGS_GE_UNHANDLED_EXP');
820: FND_MESSAGE.SET_TOKEN('NAME','IGS_EN_GEN_016.enrp_batch_reg_upd');
821: l_message_text := l_message_text || ',' || FND_MESSAGE.GET;
822: UPDATE igs_en_reg_upd_int
823: SET errors = l_message_text ,
824: creation_date = l_creation_date ,

Line 939: igs_en_gen_016.enrp_enr_reg_upd(p_batch_id,p_enr_method_type);

935: CLOSE get_int_cnt ;
936:
937: -- If method type specified then call the procedure to process the records in interface table.
938: IF p_enr_method_type IS NOT NULL THEN
939: igs_en_gen_016.enrp_enr_reg_upd(p_batch_id,p_enr_method_type);
940: END IF;
941:
942: --
943: -- Start of log file creation

Line 1038: END igs_en_gen_016;

1034: IGS_GE_MSG_STACK.CONC_EXCEPTION_HNDL;
1035:
1036: END enrp_batch_reg_upd;
1037:
1038: END igs_en_gen_016;