DBA Data[Home] [Help]

APPS.IGR_I_A_ITYPE_PKG dependencies on IGR_GEN_001

Line 95: IF IGR_GEN_001.ADMP_INS_EAP_EITPI(new_references.person_id,

91: OPEN c_information_type(new_references.info_type_id);
92: FETCH c_information_type INTO p_enquiry_information_type ;
93: CLOSE c_information_type;
94:
95: IF IGR_GEN_001.ADMP_INS_EAP_EITPI(new_references.person_id,
96: new_references.enquiry_appl_number,
97: p_enquiry_information_type,
98: v_message_name) = FALSE THEN
99: Fnd_Message.Set_Name('IGS', v_message_name);