DBA Data[Home] [Help]

APPS.FARX_C_AJ dependencies on FND_GLOBAL

Line 122: h_request_id := fnd_global.conc_request_id;

118: -- and fcr.phase_code = 'R'
119: -- and fcr.concurrent_program_id = fcp.concurrent_program_id
120: -- and fcp.concurrent_program_name = 'RXFACAJ';
121:
122: h_request_id := fnd_global.conc_request_id;
123: fnd_profile.get('USER_ID',h_user_id);
124:
125: farx_aj.cost_adjust (
126: book => argument1,

Line 264: h_request_id := fnd_global.conc_request_id;

260: -- and fcr.phase_code = 'R'
261: -- and fcr.concurrent_program_id = fcp.concurrent_program_id
262: -- and fcp.concurrent_program_name = 'RXFACCR';
263:
264: h_request_id := fnd_global.conc_request_id;
265: fnd_profile.get('USER_ID',h_user_id);
266:
267: farx_aj.cost_clear_rec (
268: book => argument1,