DBA Data[Home] [Help]

APPS.IGS_FI_COM_REC_INTERFACE dependencies on IGS_GE_GEN_003

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

141: --Known limitations/enhancements and/or remarks:
142: --
143: --Change History:
144: --Who When What
145: --abshriva 4-May-2006 Bug 5178077: Introduced igs_ge_gen_003.set_org_id
146: --svuppala 30-MAY-2005 Enh 3442712 - Done the TBH modifications by adding
147: -- new columns Unit_Type_Id, Unit_Level in igs_fi_invln_int_all
148: --pathipat 22-Apr-2004 Enh 3558549 - Comm Rec Enh build
149: -- Added code w.r.t new columns student_party_id and

Line 257: igs_ge_gen_003.set_org_id(l_org_id);

253:
254: BEGIN
255: BEGIN
256: l_org_id := NULL;
257: igs_ge_gen_003.set_org_id(l_org_id);
258: EXCEPTION
259: WHEN OTHERS THEN
260: fnd_file.put_line (fnd_file.log, fnd_message.get);
261: retcode:=2;