DBA Data[Home] [Help]

APPS.FARX_MCR dependencies on FND_GLOBAL

Line 237: -- Need to fetch request id from fnd_global package instead of fa_mass_changes

233:
234: -- Get concurrent request id for the mass change review request.
235: -- h_request_id is used when request_id is inserted into the interface
236: -- table, fa_mass_changes_itf.
237: -- Need to fetch request id from fnd_global package instead of fa_mass_changes
238: -- table, since fa_mass_changes table stores the latest request id for
239: -- the Preview or Run requests only.
240: h_request_id := fnd_global.conc_request_id;
241:

Line 240: h_request_id := fnd_global.conc_request_id;

236: -- table, fa_mass_changes_itf.
237: -- Need to fetch request id from fnd_global package instead of fa_mass_changes
238: -- table, since fa_mass_changes table stores the latest request id for
239: -- the Preview or Run requests only.
240: h_request_id := fnd_global.conc_request_id;
241:
242: -- Fetch mass changes record information.
243: OPEN mass_change;
244: FETCH mass_change INTO