DBA Data[Home] [Help]

APPS.IGS_CO_SUBMIT dependencies on IGS_GE_GEN_003

Line 266: igs_ge_gen_003.set_org_id;

262: -- Keep a record that preview batch request row has been stored in sticky variable.
263: -- PACROSS - 27-SEP-2005
264: l_preview_batch_stored BOOLEAN;
265: BEGIN
266: igs_ge_gen_003.set_org_id;
267:
268: l_fulfillment_req := fnd_profile.VALUE ('IGS_CO_FUL_SERVER_ID');
269: l_crm_user_id := fnd_profile.VALUE ('IGS_CO_CRM_USER_ID');
270: l_login_user_id := fnd_global.user_id;

Line 1918: igs_ge_gen_003.set_org_id;

1914: l_tmp_request_id NUMBER;
1915: l_label VARCHAR2 (4000);
1916: l_debug_str VARCHAR2 (4000);
1917: BEGIN
1918: igs_ge_gen_003.set_org_id;
1919:
1920: -- Default to success (0-Success, 1-Success with warnings, 2-Error)
1921: retcode := 0;
1922: