DBA Data[Home] [Help]

APPS.FARX_RR dependencies on FND_GLOBAL

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

386:
387: -- Get concurrent request id for the mass reclass review request.
388: -- h_request_id is used when request_id is inserted into the interface
389: -- table, fa_mass_reclass_itf.
390: -- Need to fetch request id from fnd_global package instead of fa_mass_reclass
391: -- table, since fa_mass_reclass table stores the latest request id for
392: -- the Preview or Run requests only.
393: h_request_id := fnd_global.conc_request_id;
394:

Line 393: h_request_id := fnd_global.conc_request_id;

389: -- table, fa_mass_reclass_itf.
390: -- Need to fetch request id from fnd_global package instead of fa_mass_reclass
391: -- table, since fa_mass_reclass table stores the latest request id for
392: -- the Preview or Run requests only.
393: h_request_id := fnd_global.conc_request_id;
394:
395: -- Fetch mass reclass record information.
396: OPEN mass_reclass;
397: FETCH mass_reclass INTO mr_rec;