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(argument3,'N') = 'Y' then
135: h_report_style := 'D';

Line 334: h_request_id := fnd_global.conc_request_id;

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