DBA Data[Home] [Help]

APPS.FARX_RP dependencies on FND_GLOBAL

Line 292: -- Need to fetch request id from fnd_global package instead of fa_mass_reclass

288:
289: -- Get concurrent request id for the mass reclass preview request.
290: -- h_request_id is used when request_id is inserted into the interface
291: -- table, fa_mass_reclass_itf.
292: -- Need to fetch request id from fnd_global package instead of fa_mass_reclass
293: -- table, since fa_mass_reclass table stores the latest request id for
294: -- the SRS Preview report requests(run after this module) or
295: -- Run requests only.
296: h_request_id := fnd_global.conc_request_id;

Line 296: h_request_id := fnd_global.conc_request_id;

292: -- Need to fetch request id from fnd_global package instead of fa_mass_reclass
293: -- table, since fa_mass_reclass table stores the latest request id for
294: -- the SRS Preview report requests(run after this module) or
295: -- Run requests only.
296: h_request_id := fnd_global.conc_request_id;
297:
298: -- Fetch mass reclass record information.
299: OPEN mass_reclass;
300: FETCH mass_reclass INTO mr_rec;