DBA Data[Home] [Help]

APPS.FARX_MCR dependencies on FND_GLOBAL

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

219:
220: -- Get concurrent request id for the mass change review request.
221: -- h_request_id is used when request_id is inserted into the interface
222: -- table, fa_mass_changes_itf.
223: -- Need to fetch request id from fnd_global package instead of fa_mass_changes
224: -- table, since fa_mass_changes table stores the latest request id for
225: -- the Preview or Run requests only.
226: h_request_id := fnd_global.conc_request_id;
227:

Line 226: h_request_id := fnd_global.conc_request_id;

222: -- table, fa_mass_changes_itf.
223: -- Need to fetch request id from fnd_global package instead of fa_mass_changes
224: -- table, since fa_mass_changes table stores the latest request id for
225: -- the Preview or Run requests only.
226: h_request_id := fnd_global.conc_request_id;
227:
228: -- Fetch mass changes record information.
229: OPEN mass_change;
230: -- Bug 6964615