DBA Data[Home] [Help]

APPS.IGS_EN_OFR_WLST_OPT dependencies on IGS_GE_MSG_STACK

Line 131: IGS_GE_MSG_STACK.INITIALIZE;

127:
128: l_sys_per_type igs_pe_person_types.system_type%TYPE;
129:
130: BEGIN
131: IGS_GE_MSG_STACK.INITIALIZE;
132: --fetch the person id corresponding to person number passed as parameter
133: OPEN c_igs_pe_person( cp_person_number => p_person_number) ;
134: FETCH c_igs_pe_person INTO l_c_igs_pe_person ;
135: --person number passed as parameter does not exist