DBA Data[Home] [Help]

APPS.FARX_RR dependencies on FND_GLOBAL

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

371:
372: -- Get concurrent request id for the mass reclass review request.
373: -- h_request_id is used when request_id is inserted into the interface
374: -- table, fa_mass_reclass_itf.
375: -- Need to fetch request id from fnd_global package instead of fa_mass_reclass
376: -- table, since fa_mass_reclass table stores the latest request id for
377: -- the Preview or Run requests only.
378: h_request_id := fnd_global.conc_request_id;
379:

Line 378: h_request_id := fnd_global.conc_request_id;

374: -- table, fa_mass_reclass_itf.
375: -- Need to fetch request id from fnd_global package instead of fa_mass_reclass
376: -- table, since fa_mass_reclass table stores the latest request id for
377: -- the Preview or Run requests only.
378: h_request_id := fnd_global.conc_request_id;
379:
380: -- Fetch mass reclass record information.
381: OPEN mass_reclass;
382: FETCH mass_reclass INTO mr_rec;