DBA Data[Home] [Help]

APPS.IGS_AD_VAL_ACAI dependencies on IGS_AD_CNDNL_OFRSTAT

Line 2273: IGS_AD_CNDNL_OFRSTAT.s_adm_cndtnl_offer_status%TYPE;

2269: -- conditional offer has been made.
2270: DECLARE
2271: cst_not_applic CONSTANT VARCHAR2(10) :='NOT-APPLIC';
2272: v_s_adm_cndtnl_offer_status
2273: IGS_AD_CNDNL_OFRSTAT.s_adm_cndtnl_offer_status%TYPE;
2274: BEGIN
2275: -- Set the default message number
2276: p_message_name := NULL;
2277: -- Validate the conditional offer condition against the admission

Line 2354: IGS_AD_CNDNL_OFRSTAT.adm_cndtnl_offer_status%TYPE;

2350: BEGIN -- admp_val_must_stsfd
2351: -- Validate the IGS_AD_PS_APPL_INST.cndtnl_offer_must_be_stsfd_ind.
2352: DECLARE
2353: v_s_adm_cndtnl_offer_status
2354: IGS_AD_CNDNL_OFRSTAT.adm_cndtnl_offer_status%TYPE;
2355: v_s_adm_offer_resp_status IGS_AD_OFR_RESP_STAT.adm_offer_resp_status%TYPE;
2356: cst_not_applic CONSTANT VARCHAR2(10) := 'NOT-APPLIC';
2357: cst_accepted CONSTANT VARCHAR2(8) := 'ACCEPTED';
2358: