DBA Data[Home] [Help]

APPS.FARX_C_DP dependencies on FND_GLOBAL

Line 131: h_request_id := fnd_global.conc_request_id;

127: -- and fcr.phase_code = 'R'
128: -- and fcr.concurrent_program_id = fcp.concurrent_program_id
129: -- and fcp.concurrent_program_name = 'RXFARL';
130:
131: h_request_id := fnd_global.conc_request_id;
132: fnd_profile.get('LOGIN_ID',h_login_id);
133:
134: if nvl(argument4,'N') = 'Y' then -- MRC
135: h_report_style := 'D';

Line 335: h_request_id := fnd_global.conc_request_id;

331: -- and fcr.phase_code = 'R'
332: -- and fcr.concurrent_program_id = fcp.concurrent_program_id
333: -- and fcp.concurrent_program_name = 'RXFARL';
334:
335: h_request_id := fnd_global.conc_request_id;
336: fnd_profile.get('LOGIN_ID',h_login_id);
337:
338: farx_dp.deprn_run (
339: book => argument1,