DBA Data[Home] [Help]

APPS.IGF_AW_PACKAGING dependencies on IGF_AP_SS_PKG

Line 5581: || ridas 08-Feb-2006 Bug #5021084. Added new parameter 'lv_group_type' in call to igf_ap_ss_pkg.get_pid

5577: || Known limitations, enhancements or remarks :
5578: || Change History :
5579: || Who WHEN What
5580: || (reverse chronological order - newest change first)
5581: || ridas 08-Feb-2006 Bug #5021084. Added new parameter 'lv_group_type' in call to igf_ap_ss_pkg.get_pid
5582: || museshad 01-Jun-2005 Build# FA157 - Bug# 4382371.
5583: || 1) Validate Program eligibility.
5584: || Check if the fund can sponsor the student's
5585: || program or not.

Line 5927: lv_sql_stmt := igf_ap_ss_pkg.get_pid(lc_rmv_funds.pe_group_id,lv_status,lv_group_type);

5923: END IF;
5924:
5925: -- To check that the person does not exist in the group
5926: -- Bug #5021084
5927: lv_sql_stmt := igf_ap_ss_pkg.get_pid(lc_rmv_funds.pe_group_id,lv_status,lv_group_type);
5928:
5929: --Bug #5021084. Passing Group ID if the group type is STATIC.
5930: IF lv_group_type = 'STATIC' THEN
5931: OPEN c_rmv_funds_check FOR 'SELECT 1

Line 12846: || ridas 08-Feb-2006 Bug #5021084. Added new parameter 'lv_group_type' in call to igf_ap_ss_pkg.get_pid

12842: || Known limitations, enhancements or remarks :
12843: || Change History :
12844: || Who WHEN What
12845: || (reverse chronological order - newest change first)
12846: || ridas 08-Feb-2006 Bug #5021084. Added new parameter 'lv_group_type' in call to igf_ap_ss_pkg.get_pid
12847: */
12848:
12849: -- Fetch the student for a given Base_id or fetch all students for a given group code
12850: CURSOR cur_sf_std IS

Line 12883: lv_sql_stmt := igf_ap_ss_pkg.get_pid(p_persid_grp,lv_status,lv_group_type);

12879:
12880: BEGIN
12881: lv_status := 'S'; -- Defaulted to 'S' and the function will return 'F' in case of failure
12882: --Bug #5021084
12883: lv_sql_stmt := igf_ap_ss_pkg.get_pid(p_persid_grp,lv_status,lv_group_type);
12884:
12885: get_process_id;
12886:
12887: -- Process for a single student as the Person ID Group is not Present