DBA Data[Home] [Help]

APPS.FARX_MCP dependencies on FND_GLOBAL

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

357:
358: -- Get concurrent request id for the mass change preview request.
359: -- h_request_id is used when request_id is inserted into the interface
360: -- table, fa_mass_change_itf.
361: -- Need to fetch request id from fnd_global package instead of fa_mass_change
362: -- table, since fa_mass_change table stores the latest request id for
363: -- the SRS Preview report requests(run after this module) or
364: -- Run requests only.
365: h_request_id := fnd_global.conc_request_id;

Line 365: h_request_id := fnd_global.conc_request_id;

361: -- Need to fetch request id from fnd_global package instead of fa_mass_change
362: -- table, since fa_mass_change table stores the latest request id for
363: -- the SRS Preview report requests(run after this module) or
364: -- Run requests only.
365: h_request_id := fnd_global.conc_request_id;
366:
367: -- Fetch mass change record information.
368: OPEN mass_change;
369: FETCH mass_change INTO