DBA Data[Home] [Help]

APPS.FARX_C_AD dependencies on FND_GLOBAL

Line 151: h_request_id := fnd_global.conc_request_id;

147: -- and fcr.phase_code = 'R'
148: -- and fcr.concurrent_program_id = fcp.concurrent_program_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 (

Line 313: h_request_id := fnd_global.conc_request_id;

309: -- and fcr.phase_code = 'R'
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);

Line 468: h_request_id := fnd_global.conc_request_id;

464: -- and fcr.phase_code = 'R'
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,