DBA Data[Home] [Help]

APPS.FARX_MCP dependencies on FND_GLOBAL

Line 255: -- Need to fetch request id from fnd_global package instead of fa_mass_change

251:
252: -- Get concurrent request id for the mass change preview request.
253: -- h_request_id is used when request_id is inserted into the interface
254: -- table, fa_mass_change_itf.
255: -- Need to fetch request id from fnd_global package instead of fa_mass_change
256: -- table, since fa_mass_change table stores the latest request id for
257: -- the SRS Preview report requests(run after this module) or
258: -- Run requests only.
259: h_request_id := fnd_global.conc_request_id;

Line 259: h_request_id := fnd_global.conc_request_id;

255: -- Need to fetch request id from fnd_global package instead of fa_mass_change
256: -- table, since fa_mass_change table stores the latest request id for
257: -- the SRS Preview report requests(run after this module) or
258: -- Run requests only.
259: h_request_id := fnd_global.conc_request_id;
260:
261: -- Fetch mass change record information.
262: OPEN mass_change;
263: FETCH mass_change INTO