DBA Data[Home] [Help]

APPS.IGF_GR_PELL_CALC dependencies on IGF_AP_GEN_001

Line 45: | and replaced with igf_ap_gen_001.get_key_program |

41: | cdcruz 28-Oct-2004 FA152 BUILD Modified igf_aw_packng_subfns.get_fed_efc() as part of dependency |
42: | sjadhav 15-Oct-2004 Modified get_pell_setup for COD Entity ID |
43: | veramach 12-Dec-2003 Fixed issues with NVL |
44: | sjalasut 10 Dec, 2003 FA132 Changes.Removed get_current_enrl_term |
45: | and replaced with igf_ap_gen_001.get_key_program |
46: | cdcruz 06-Dec-2003 Creation of file |
47: | |
48: *===================================================================================================================*/
49:

Line 967: igf_ap_gen_001.get_term_dates(

963: 'base_id:'||cp_base_id||
964: 'ld_cal_type:'||cp_ld_cal_type||
965: 'ld_sequence_number:'||cp_ld_sequence_number);
966: END IF;
967: igf_ap_gen_001.get_term_dates(
968: p_base_id => cp_base_id,
969: p_ld_cal_type => cp_ld_cal_type,
970: p_ld_sequence_number => cp_ld_sequence_number,
971: p_ld_start_date => p_ld_start_dt,

Line 2353: igf_ap_gen_001.get_key_program(cp_base_id => cp_base_id,

2349: END IF;
2350:
2351: -- Get the students key program details
2352: -- Based on these details the Pell Setup record is arrived at
2353: igf_ap_gen_001.get_key_program(cp_base_id => cp_base_id,
2354: cp_course_cd => l_program_cd,
2355: cp_version_number => l_program_version
2356: );
2357:

Line 3281: igf_ap_gen_001.get_key_program(cp_base_id => cp_base_id,

3277: CLOSE c_base;
3278:
3279: -- Get the students OSS Details
3280: -- get the key program from the term or spa table of enrollments.
3281: igf_ap_gen_001.get_key_program(cp_base_id => cp_base_id,
3282: cp_course_cd => l_program_cd,
3283: cp_version_number => l_program_version
3284: );
3285:

Line 3596: igf_ap_gen_001.get_key_program(cp_base_id => cp_base_id,

3592:
3593: ELSIF cp_flag = 'FULL_TIME' THEN -- Get the Full time Pell.
3594: -- Get the students key program details
3595: -- Based on these details the Pell Setup record is arrived at
3596: igf_ap_gen_001.get_key_program(cp_base_id => cp_base_id,
3597: cp_course_cd => l_program_cd,
3598: cp_version_number => l_program_version
3599: );
3600: