DBA Data[Home] [Help]

APPS.IGS_FI_PRC_WAIVERS dependencies on IGS_GE_GEN_003

Line 12: abshriva 4-May-2006 Bug 5178077: Introduced igs_ge_gen_003.set_org_id in process_waivers

8:
9: Known limitations,enhancements,remarks:
10: Change History
11: Who When What
12: abshriva 4-May-2006 Bug 5178077: Introduced igs_ge_gen_003.set_org_id in process_waivers
13: svuppala 24-Sep-2005 Bug# 4624875 Waiver Adjustment Charge Is Not Created (Manual Reversal Of Charge)
14: In Function validate_params, Changed the cursor cur_wav_pgm and the
15: conditional check for waiver category "COMP_RULE" was removed.
16:

Line 1547: --abshriva 4-May-2006 Bug 5178077: Introduced igs_ge_gen_003.set_org_id

1543: --Known limitations/enhancements and/or remarks:
1544: --
1545: --Change History:
1546: --Who When What
1547: --abshriva 4-May-2006 Bug 5178077: Introduced igs_ge_gen_003.set_org_id
1548: -------------------------------------------------------------------
1549: TYPE person_grp_ref_cur_type IS REF CURSOR;
1550: c_ref_person_grp person_grp_ref_cur_type;
1551:

Line 1639: igs_ge_gen_003.set_org_id(l_org_id);

1635:
1636: BEGIN
1637: BEGIN
1638: l_org_id := NULL;
1639: igs_ge_gen_003.set_org_id(l_org_id);
1640: EXCEPTION
1641: WHEN OTHERS THEN
1642: fnd_file.put_line (fnd_file.log, fnd_message.get);
1643: retcode:=2;