DBA Data[Home] [Help]

APPS.IGS_AD_IMP_004 dependencies on IGS_AD_GEN_005

Line 94: l_fee_cat := IGS_AD_GEN_005.admp_get_dflt_fcm(

90: l_appl_type_Valid := igs_ad_gen_016.get_appl_type_apc (p_admission_application_type ,
91: l_admission_cat ,
92: l_s_admission_process_type) ;
93: IF l_s_admission_process_type <> 'RE-ADMIT' THEN
94: l_fee_cat := IGS_AD_GEN_005.admp_get_dflt_fcm(
95: l_admission_cat,
96: v_description);
97:
98: l_hecs_payment_option := IGS_AD_GEN_005.admp_get_dflt_hpo(

Line 98: l_hecs_payment_option := IGS_AD_GEN_005.admp_get_dflt_hpo(

94: l_fee_cat := IGS_AD_GEN_005.admp_get_dflt_fcm(
95: l_admission_cat,
96: v_description);
97:
98: l_hecs_payment_option := IGS_AD_GEN_005.admp_get_dflt_hpo(
99: l_admission_cat,
100: v_description);
101:
102: l_enrolment_cat := IGS_AD_GEN_005.admp_get_dflt_ecm(

Line 102: l_enrolment_cat := IGS_AD_GEN_005.admp_get_dflt_ecm(

98: l_hecs_payment_option := IGS_AD_GEN_005.admp_get_dflt_hpo(
99: l_admission_cat,
100: v_description);
101:
102: l_enrolment_cat := IGS_AD_GEN_005.admp_get_dflt_ecm(
103: l_admission_cat,
104: v_description);
105: END IF;
106:

Line 1004: l_funding_source := IGS_AD_GEN_005.admp_get_dflt_fs(

1000:
1001: --------------------------------
1002: -- Set Funding Source
1003: --------------------------------
1004: l_funding_source := IGS_AD_GEN_005.admp_get_dflt_fs(
1005: p_applinst_rec.nominated_course_cd,
1006: p_applinst_rec.crv_version_number,
1007: v_description);
1008: IF p_applinst_rec.expected_completion_yr IS NULL AND p_applinst_rec.expected_completion_perd IS NULL THEN

Line 1013: l_course_start_dt := IGS_AD_GEN_005.ADMP_GET_CRV_STRT_DT (

1009: FOR c_session_info_rec IN c_session_info(p_person_id,p_admission_Appl_number) LOOP
1010: IF c_session_info_rec.s_admission_process_type NOT IN ('RE-ADMIT', 'TRANSFER') THEN
1011: -- Derive the Program Start date by calling the function ADMP_GET_CRV_STRT_DT
1012:
1013: l_course_start_dt := IGS_AD_GEN_005.ADMP_GET_CRV_STRT_DT (
1014: c_session_info_rec.adm_cal_type,
1015: c_session_info_rec.adm_ci_sequence_number);
1016:
1017: --Call the procedure ADMP_GET_CRV_COMP_DT with the additional parameters attenance_mode and location_cd. Bug: 2647482