DBA Data[Home] [Help]

APPS.IGS_FI_POSTING_PROCESS dependencies on IGS_GE_GEN_003

Line 1218: || abshriva 5-May-2006 Bug 5178077: Introduced igs_ge_gen_003.set_org_id

1214: || Known limitations, enhancements or remarks :
1215: || Change History :
1216: || Who When What
1217: || (reverse chronological order - newest change first)
1218: || abshriva 5-May-2006 Bug 5178077: Introduced igs_ge_gen_003.set_org_id
1219: || pathipat 23-Apr-2003 Enh 2831569 - Commercial Receivables build
1220: || Added check for manage_Accounts. Replaced app_exception.raise_exception
1221: || with raise l_user_exception to avoid 'Unhandled exp' in log file
1222: || Sykrishn 01/NOV/02 Build Bug 2584986 - GL interface Build Modifications.... (Revamp)

Line 1245: igs_ge_gen_003.set_org_id(l_org_id);

1241:
1242: BEGIN
1243: BEGIN
1244: l_org_id := NULL;
1245: igs_ge_gen_003.set_org_id(l_org_id);
1246: EXCEPTION
1247: WHEN OTHERS THEN
1248: fnd_file.put_line (fnd_file.log, fnd_message.get);
1249: retcode:=2;