DBA Data[Home] [Help]

APPS.FARX_C_AD dependencies on FND_PROFILE

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

149: -- and fcp.concurrent_program_name = 'RXFAADP';
150:
151: h_request_id := fnd_global.conc_request_id;
152:
153: fnd_profile.get('USER_ID',h_user_id);
154:
155: farx_ad.add_by_period (
156: book => argument1,
157: begin_period => argument2,

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

310: -- and fcr.concurrent_program_id = fcp.concurrent_program_id
311: -- and fcp.concurrent_program_name = 'RXFAADD';
312:
313: h_request_id := fnd_global.conc_request_id;
314: fnd_profile.get('USER_ID',h_user_id);
315:
316: -- h_begin_str := substr(argument2,1,instr(argument2,'_')-1);
317: -- h_end_str := substr(argument3,1,instr(argument3,'_')-1);
318: --

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

465: -- and fcr.concurrent_program_id = fcp.concurrent_program_id
466: -- and fcp.concurrent_program_name = 'RXFAADR';
467:
468: h_request_id := fnd_global.conc_request_id;
469: fnd_profile.get('USER_ID',h_user_id);
470:
471: farx_ad.add_by_resp (
472: book => argument1,
473: period => argument2,