DBA Data[Home] [Help]

APPS.IGR_I_A_PKGITM_PKG dependencies on IGR_VAL_EAPMPI

Line 97: IF IGR_VAL_EAPMPI.admp_val_eapmpi_dt(new_references.person_id,

93: -- Validate that the item mailed date is not prior to the enquiry date.
94: IF p_inserting OR
95: (p_updating AND
96: (new_references.mailed_dt <> NVL(TRUNC(old_references.mailed_dt), new_references.mailed_dt - 1 ))) THEN
97: IF IGR_VAL_EAPMPI.admp_val_eapmpi_dt(new_references.person_id,
98: new_references.enquiry_appl_number,
99: new_references.mailed_dt,
100: v_message_name) = FALSE THEN
101: Fnd_Message.Set_Name('IGS', v_message_name);