DBA Data[Home] [Help]

APPS.IGS_ADMAPPLICATION_PUB dependencies on IGS_AD_GEN_007

Line 732: l_offer_response_dt := IGS_AD_GEN_007.ADMP_GET_RESP_DT(l_c_aplinst_cur.nominated_course_cd,

728: IF l_s_adm_outcome_status IN ('OFFER', 'COND-OFFER') THEN
729: IF l_offer_response_dt IS NULL AND
730: NVL(p_offer_response_dt, TRUNC(SYSDATE) )
731: <> FND_API.G_MISS_DATE THEN
732: l_offer_response_dt := IGS_AD_GEN_007.ADMP_GET_RESP_DT(l_c_aplinst_cur.nominated_course_cd,
733: l_c_aplinst_cur.crv_version_number,
734: l_c_appl_cur.acad_cal_type,
735: l_c_aplinst_cur.location_cd,
736: l_c_aplinst_cur.attendance_mode,

Line 886: igs_ad_gen_007.Admp_Get_Sacos (p_adm_cndtnl_offer_status) <> 'NOT-APPLIC' THEN

882: -- otherwise retain the old status
883:
884: IF NVL(l_s_adm_outcome_status, 'NONE') NOT IN ('WITHDRAWN', 'VOIDED', 'COND-OFFER') THEN
885: IF p_adm_cndtnl_offer_status IS NOT NULL AND
886: igs_ad_gen_007.Admp_Get_Sacos (p_adm_cndtnl_offer_status) <> 'NOT-APPLIC' THEN
887: fnd_message.set_name('IGS', 'IGS_AD_INVALID_PARAM_COMB');
888: IGS_GE_MSG_STACK.ADD;
889: RAISE FND_API.G_EXC_ERROR;
890: END IF;

Line 893: NVL(IGS_AD_GEN_007.ADMP_GET_SACOS(l_adm_cndtl_offer_status),

889: RAISE FND_API.G_EXC_ERROR;
890: END IF;
891: l_adm_cndtl_offer_status := igs_ad_gen_009.admp_get_sys_acos('NOT-APPLIC');
892: ELSIF NVL(l_s_adm_outcome_status, 'NONE') = 'COND-OFFER' AND
893: NVL(IGS_AD_GEN_007.ADMP_GET_SACOS(l_adm_cndtl_offer_status),
894: 'NOT-APPLIC') = 'NOT-APPLIC' THEN
895:
896: -- if outcome status is cond offer then set the cond offer status to pending
897: l_adm_cndtl_offer_status := igs_ad_gen_009.admp_get_sys_acos('PENDING');

Line 1413: IF igs_ad_gen_007.admp_get_saas(l_appl_rec.adm_appl_status) IN (cst_completed, cst_withdrawn) THEN

1409:
1410: /* This validation is not needed now as offer reponse is always updateable as per Re-Open ADFD001
1411:
1412: --Validations to check if Application Processing Status is OPEN or not
1413: IF igs_ad_gen_007.admp_get_saas(l_appl_rec.adm_appl_status) IN (cst_completed, cst_withdrawn) THEN
1414: p_validation_success := 'N';
1415: fnd_message.set_name('IGS', 'IGS_AD_CANNOTUPD_STATUS_COMPL');
1416: IGS_GE_MSG_STACK.ADD;
1417: RETURN;