DBA Data[Home] [Help]

APPS.IGF_GR_RFMS_ORIG dependencies on IGF_AP_SS_PKG

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

602: --
603: -- Know limitations, enhancements or remarks
604: -- Change History
605: -- Who When What
606: -- ridas 08-Feb-2006 Bug #5021084. Added new parameter 'lv_group_type' in call to igf_ap_ss_pkg.get_pid
607: -- bkkumar 23-Mar-2004 Bug# 3512319 If run_mode = 'MAX_PELL' then rfms_rec.coa_amount is made 99999.
608: -- rasahoo 13-Feb-2004 Bug # 3441605 Changed The cursor "cur_get_attendance_type_code" to
609: -- "cur_base_attendance_type_code". Now it will select
610: -- "base_attendance_type_code" instead of "attendance_type_code".

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

769: l_num_of_rec := 0;
770:
771: -- get the sql stantement which returns list of person-ids for a given person-id-group.
772: -- Bug #5021084
773: lv_sql_stmt := igf_ap_ss_pkg.get_pid(p_persid_grp, lv_status, lv_group_type);
774:
775: IF (lv_status <> 'S') THEN
776: -- Stop processing.
777: RAISE persid_grp_sql_stmt_error;