DBA Data[Home] [Help]

APPS.IGS_AD_VAL_AA dependencies on IGS_EN_VAL_ENCMB

Line 117: IF NOT IGS_EN_VAL_ENCMB.enrp_val_excld_prsn (

113: END IF;
114: -- Validate encumbrances.
115: IF (p_encmb_chk_ind = 'Y') THEN
116: --Warn if person is encumbered as at the application date.
117: IF NOT IGS_EN_VAL_ENCMB.enrp_val_excld_prsn (
118: p_person_id,
119: NULL, -- Input parameter course code: not applicable
120: p_appl_dt,
121: v_message_name) THEN

Line 134: IF NOT IGS_EN_VAL_ENCMB.enrp_val_excld_prsn (

130: p_adm_ci_sequence_number);
131: IF v_effective_dt IS NOT NULL THEN
132: -- Warn if IGS_PE_PERSON is encumbered as at the
133: -- encumbrance checking date.
134: IF NOT IGS_EN_VAL_ENCMB.enrp_val_excld_prsn (
135: p_person_id,
136: NULL, -- Input parameter course code: not applicable
137: v_effective_dt,
138: v_message_name) THEN