DBA Data[Home] [Help]

APPS.IGS_FI_REFUNDS_PROCESS dependencies on IGF_AP_SS_PKG

Line 541: ridas 13-Feb-2006 Bug #5021084. Added new parameter lv_group_type in call to igf_ap_ss_pkg.get_pid

537: Known limitations,enhancements,remarks:
538: Change History
539: Who When What
540: sapanigr 14-Feb-2006 Bug #5018036. Cursor cur_pers modified to query hz_parties instead of igs_fi_parties_v
541: ridas 13-Feb-2006 Bug #5021084. Added new parameter lv_group_type in call to igf_ap_ss_pkg.get_pid
542: pathipat 23-Apr-2003 Enh 2831569 - Commercial Receivables build
543: Added validation for manage_account - call to chk_manage_account()
544: Added code to log messages for test run = Y and for no-data-found cases
545: Increased width of l_v_sql_query from 1000 to 32767

Line 717: l_v_sql_query := igf_ap_ss_pkg.get_pid( p_person_id_grp,

713:
714: -- The persons belonging to the person_id group are obtained dynamically
715: -- The following function returns the sql query which would identify the persons
716: --Bug #5021084
717: l_v_sql_query := igf_ap_ss_pkg.get_pid( p_person_id_grp,
718: l_v_status,
719: lv_group_type
720: );
721: