DBA Data[Home] [Help]

APPS.IGF_GR_RFMS_DISB_ORIG dependencies on IGF_AP_SS_PKG

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

1128: --
1129: -- Know limitations, enhancements or remarks
1130: -- Change History
1131: -- Who When What
1132: -- ridas 08-FEB-2006 Bug #5021084. Added new parameter 'lv_group_type' in call to igf_ap_ss_pkg.get_pid
1133: -- tsailaja 13/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);
1134: -- ugummall 08-JAN-2004 Bug 3318202. Changed the order of parameters and removed p_org_id
1135: -- ugummall 06-NOV-2003 Bug 3102439. FA 126 - Multiple FA Offices.
1136: -- 1. Added two parameters to this procedure namely

Line 1295: l_list := igf_ap_ss_pkg.get_pid(p_pers_id_grp,lv_status,lv_group_type);

1291: rfms_disb_orig(l_ci_cal_type,l_ci_sequence_number,ln_base_id, p_reporting_pell, p_attending_pell);
1292:
1293: ELSIF p_pers_id_grp IS NOT NULL THEN
1294: --Bug #5021084
1295: l_list := igf_ap_ss_pkg.get_pid(p_pers_id_grp,lv_status,lv_group_type);
1296:
1297: --Bug #5021084. Passing Group ID if the group type is STATIC.
1298: IF lv_group_type = 'STATIC' THEN
1299: OPEN c_base_id FOR ' SELECT base_id FROM igf_ap_fa_base_rec_all WHERE ci_cal_type = :p_ci_cal_type AND ci_sequence_number = :p_ci_sequence_number AND person_id IN (' || l_list || ') ' USING l_ci_cal_type,l_ci_sequence_number,p_pers_id_grp;