DBA Data[Home] [Help]

APPS.IGS_AD_CNDNL_OFRSTAT_PKG dependencies on IGS_AD_VAL_ACOS

Line 81: IF IGS_AD_VAL_ACOS.admp_val_sacoos_clsd(

77: -- Validate Admission conditional offer status closed ind.
78: IF p_inserting OR ((old_references.s_adm_cndtnl_offer_status <>
79: new_references.s_adm_cndtnl_offer_status) OR
80: (old_references.closed_ind = 'Y' AND new_references.closed_ind = 'N')) THEN
81: IF IGS_AD_VAL_ACOS.admp_val_sacoos_clsd(
82: new_references.s_adm_cndtnl_offer_status,
83: v_message_name) = FALSE THEN
84: Fnd_Message.Set_Name('IGS',v_message_name);
85: IGS_GE_MSG_STACK.ADD;