DBA Data[Home] [Help]

APPS.IGS_FI_1098T_EXTRACT_DATA dependencies on IGF_AP_SS_PKG

Line 3141: in call to igf_ap_ss_pkg.get_pid

3137: Known limitations,enhancements,remarks:
3138: Change History
3139: Who When What
3140: ridas 14-Feb-2006 Bug #5021084. Added new parameter lv_group_type
3141: in call to igf_ap_ss_pkg.get_pid
3142: ***************************************************************** */
3143: TYPE c_per_grp_cur IS REF CURSOR;
3144:
3145: cur_per_grp c_per_grp_cur;

Line 3197: l_v_stmnt := igf_ap_ss_pkg.get_pid(p_pid_grp => p_n_person_grp_id,

3193:
3194: -- If the person id group is not null, then loop across all the persons in the person
3195: -- group and extract the 1098T data for them
3196: -- Bug #5021084
3197: l_v_stmnt := igf_ap_ss_pkg.get_pid(p_pid_grp => p_n_person_grp_id,
3198: p_status => l_v_status,
3199: p_group_type => lv_group_type);
3200:
3201: IF l_v_status <> 'S' THEN