DBA Data[Home] [Help]

APPS.IGS_FI_REFUNDS_PROCESS dependencies on IGS_FI_PARTIES_V

Line 42: g_update_last_person igs_fi_parties_v.person_id%TYPE :=NULL;

38:
39: g_b_data_found BOOLEAN := FALSE;
40:
41: g_last_person_id igs_pe_person.person_id%TYPE :=NULL;
42: g_update_last_person igs_fi_parties_v.person_id%TYPE :=NULL;
43:
44: e_resource_busy EXCEPTION;
45: PRAGMA EXCEPTION_INIT(e_resource_busy,-0054);
46:

Line 119: 2. Cursor cur_pers changed to query hz_parties instead of igs_fi_parties_v

115: Change History
116: Who When What
117: sapanigr 14-Feb-2006 Bug#5018036 - 1. Cursor cur_date modified to use igs_fi_f_typ_ca_inst_all and igs_ca_inst
118: instead of igs_fi_f_typ_ca_inst_lkp_v
119: 2. Cursor cur_pers changed to query hz_parties instead of igs_fi_parties_v
120:
121: ********************************************************************************************** */
122:
123: CURSOR cur_pers(cp_person_id hz_parties.party_id%TYPE) IS

Line 540: sapanigr 14-Feb-2006 Bug #5018036. Cursor cur_pers modified to query hz_parties instead of igs_fi_parties_v

536: of the refund record accordingly.
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

Line 782: p_person_id IN igs_fi_parties_v.person_id%TYPE,

778:
779:
780: PROCEDURE update_pay_info ( errbuf OUT NOCOPY VARCHAR2,
781: retcode OUT NOCOPY NUMBER,
782: p_person_id IN igs_fi_parties_v.person_id%TYPE,
783: p_person_id_group IN igs_pe_persid_group.group_id%TYPE,
784: p_start_date IN VARCHAR2,
785: p_end_date IN VARCHAR2,
786: p_test_run IN igs_lookups_view.lookup_code%TYPE)