DBA Data[Home] [Help]

APPS.FARX_RP dependencies on FND_GLOBAL

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

307:
308: -- Get concurrent request id for the mass reclass preview request.
309: -- h_request_id is used when request_id is inserted into the interface
310: -- table, fa_mass_reclass_itf.
311: -- Need to fetch request id from fnd_global package instead of fa_mass_reclass
312: -- table, since fa_mass_reclass table stores the latest request id for
313: -- the SRS Preview report requests(run after this module) or
314: -- Run requests only.
315: h_request_id := fnd_global.conc_request_id;

Line 315: h_request_id := fnd_global.conc_request_id;

311: -- Need to fetch request id from fnd_global package instead of fa_mass_reclass
312: -- table, since fa_mass_reclass table stores the latest request id for
313: -- the SRS Preview report requests(run after this module) or
314: -- Run requests only.
315: h_request_id := fnd_global.conc_request_id;
316:
317: -- Fetch mass reclass record information.
318: OPEN mass_reclass;
319: FETCH mass_reclass INTO mr_rec;