DBA Data[Home] [Help]

APPS.IGS_FI_GL_INTERFACE dependencies on IGS_GE_GEN_003

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

1403: Purpose : This procedure is the main concurrent program procedure
1404: Known limitations,enhancements,remarks:
1405: Change History
1406: Who When What
1407: sapanigr 05-May-2006 Bug 5178077: Added call to igs_ge_gen_003.set_org_id. to disable process in R12
1408: agairola 27-Jan-2003 Bug 2711195: Modified the code to run the Journal Import only
1409: when the records have been created in the GL_INTERFACE table
1410: ********************************************************************************************** */
1411: l_d_gl_date_start DATE;

Line 1425: igs_ge_gen_003.set_org_id(l_org_id);

1421: initialize;
1422:
1423: BEGIN
1424: l_org_id := NULL;
1425: igs_ge_gen_003.set_org_id(l_org_id);
1426: EXCEPTION
1427: WHEN OTHERS THEN
1428: fnd_file.put_line (fnd_file.log, fnd_message.get);
1429: RETCODE:=2;