DBA Data[Home] [Help]

APPS.BEN_EXT_WRITE dependencies on FND_GLOBAL

Line 4722: ,user_id_z => fnd_global.user_id

4718: -- Bug : 3776045
4719: -- Use FND_PROFILE.GET to get CACHED profile value.
4720: /*
4721: fnd_profile.get_specific( name_z => 'BEN_MAX_EXT_LINE_SIZE'
4722: ,user_id_z => fnd_global.user_id
4723: ,responsibility_id_z => fnd_global.resp_id
4724: ,application_id_z => fnd_global.resp_appl_id
4725: ,val_z => l_max_prf_value
4726: ,defined_z => l_defined );

Line 4723: ,responsibility_id_z => fnd_global.resp_id

4719: -- Use FND_PROFILE.GET to get CACHED profile value.
4720: /*
4721: fnd_profile.get_specific( name_z => 'BEN_MAX_EXT_LINE_SIZE'
4722: ,user_id_z => fnd_global.user_id
4723: ,responsibility_id_z => fnd_global.resp_id
4724: ,application_id_z => fnd_global.resp_appl_id
4725: ,val_z => l_max_prf_value
4726: ,defined_z => l_defined );
4727: */

Line 4724: ,application_id_z => fnd_global.resp_appl_id

4720: /*
4721: fnd_profile.get_specific( name_z => 'BEN_MAX_EXT_LINE_SIZE'
4722: ,user_id_z => fnd_global.user_id
4723: ,responsibility_id_z => fnd_global.resp_id
4724: ,application_id_z => fnd_global.resp_appl_id
4725: ,val_z => l_max_prf_value
4726: ,defined_z => l_defined );
4727: */
4728: fnd_profile.get( NAME => 'BEN_MAX_EXT_LINE_SIZE'

Line 5281: argument1 => fnd_global.conc_request_id);

5277: (application => 'BEN',
5278: program => 'BENXERRO',
5279: description => NULL,
5280: sub_request => FALSE,
5281: argument1 => fnd_global.conc_request_id);
5282: --
5283: -- write to logfile a successful completion message
5284: fnd_message.set_name('BEN','BEN_91877_GENERAL_JOB_SUCCESS');
5285: fnd_file.put_line(fnd_file.log, fnd_message.get);