DBA Data[Home] [Help]

APPS.IGS_AD_VAL_ACAI_STATUS dependencies on IGS_AD_CANCEL_RECONSIDER

Line 1878: NVL(igs_ad_cancel_reconsider.g_cancel_recons_on,'N') <> 'Y' )THEN

1874: p_old_adm_outcome_status);
1875: -- Validate change of the admission outcome status value.
1876: IF(v_s_adm_outcome_status IN (cst_withdrawn, cst_voided) AND
1877: v_old_s_adm_outcome_status IN (cst_pending, cst_rejected, cst_no_quota) AND
1878: NVL(igs_ad_cancel_reconsider.g_cancel_recons_on,'N') <> 'Y' )THEN
1879: -- Cannot withdraw or void and unless an offer is made first. In case the update is made from the cancel
1880: -- reconsideration job, this restriction should not be there.
1881: p_message_name := 'IGS_AD_OUTCOME_STATUS_CHG';
1882: RETURN FALSE;