DBA Data[Home] [Help]

APPS.FARX_C_AJ dependencies on FND_PROFILE

Line 123: fnd_profile.get('USER_ID',h_user_id);

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,
127: begin_period => argument2,

Line 265: fnd_profile.get('USER_ID',h_user_id);

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,
269: period => argument2,