DBA Data[Home] [Help]

APPS.BENUTILS dependencies on FND_GLOBAL

Line 1024: if fnd_global.conc_request_id <> -1 and p_file then

1020: l_num_recs := g_report_table_object.count;
1021: --
1022: for l_count in 1..l_num_recs loop
1023: --
1024: if fnd_global.conc_request_id <> -1 and p_file then
1025: --
1026: fnd_file.put_line
1027: (which => fnd_file.log,
1028: buff => g_report_table_object(l_count).text);

Line 4624: -- if fnd_global.conc_request_id = -1 then

4620: --
4621: hr_utility.set_location('p_ff_date '||p_effective_date ||
4622: ' p_leod ' || p_lf_evt_ocrd_dt,11);
4623: --
4624: -- if fnd_global.conc_request_id = -1 then
4625: -- bug 4947096
4626: if ben_env_object.g_global_env_rec.business_group_id is NULL
4627: then
4628: --

Line 5459: ,user_id_z => fnd_global.user_id

5455: --
5456: -- check if the profile is set with PAP group
5457: --
5458: fnd_profile.get_specific( name_z => 'ACTION_PARAMETER_GROUPS'
5459: ,user_id_z => fnd_global.user_id
5460: ,responsibility_id_z => fnd_global.resp_id
5461: ,application_id_z => fnd_global.resp_appl_id
5462: ,val_z => l_profile_value
5463: ,defined_z => l_defined );

Line 5460: ,responsibility_id_z => fnd_global.resp_id

5456: -- check if the profile is set with PAP group
5457: --
5458: fnd_profile.get_specific( name_z => 'ACTION_PARAMETER_GROUPS'
5459: ,user_id_z => fnd_global.user_id
5460: ,responsibility_id_z => fnd_global.resp_id
5461: ,application_id_z => fnd_global.resp_appl_id
5462: ,val_z => l_profile_value
5463: ,defined_z => l_defined );
5464:

Line 5461: ,application_id_z => fnd_global.resp_appl_id

5457: --
5458: fnd_profile.get_specific( name_z => 'ACTION_PARAMETER_GROUPS'
5459: ,user_id_z => fnd_global.user_id
5460: ,responsibility_id_z => fnd_global.resp_id
5461: ,application_id_z => fnd_global.resp_appl_id
5462: ,val_z => l_profile_value
5463: ,defined_z => l_defined );
5464:
5465: hr_utility.set_location('l_profile_value '||l_profile_value, 999);