DBA Data[Home] [Help]

APPS.IGS_FI_PRC_BALANCES dependencies on IGS_GE_GEN_003

Line 1648: --sapanigr 05-May-2006 Bug 5178077: Added call to igs_ge_gen_003.set_org_id. to disable process in R12

1644: --Known limitations/enhancements and/or remarks:
1645: --
1646: --Change History:
1647: --Who When What
1648: --sapanigr 05-May-2006 Bug 5178077: Added call to igs_ge_gen_003.set_org_id. to disable process in R12
1649: --pathipat 23-Apr-2003 Enh 2831569 - Commercial Receivables build - Added call to
1650: -- igs_fi_com_rec_interface.chk_manage_account()
1651: ------------------------------------------------------------------
1652:

Line 1661: igs_ge_gen_003.set_org_id(l_org_id);

1657: BEGIN
1658:
1659: BEGIN
1660: l_org_id := NULL;
1661: igs_ge_gen_003.set_org_id(l_org_id);
1662: EXCEPTION
1663: WHEN OTHERS THEN
1664: fnd_file.put_line (fnd_file.log, fnd_message.get);
1665: RETCODE:=2;