DBA Data[Home] [Help]

APPS.BENUTILS dependencies on FND_GLOBAL

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

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

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

4508: --
4509: hr_utility.set_location('p_ff_date '||p_effective_date ||
4510: ' p_leod ' || p_lf_evt_ocrd_dt,11);
4511: --
4512: -- if fnd_global.conc_request_id = -1 then
4513: -- bug 4947096
4514: if ben_env_object.g_global_env_rec.business_group_id is NULL
4515: then
4516: --

Line 5334: ,user_id_z => fnd_global.user_id

5330: --
5331: -- check if the profile is set with PAP group
5332: --
5333: fnd_profile.get_specific( name_z => 'ACTION_PARAMETER_GROUPS'
5334: ,user_id_z => fnd_global.user_id
5335: ,responsibility_id_z => fnd_global.resp_id
5336: ,application_id_z => fnd_global.resp_appl_id
5337: ,val_z => l_profile_value
5338: ,defined_z => l_defined );

Line 5335: ,responsibility_id_z => fnd_global.resp_id

5331: -- check if the profile is set with PAP group
5332: --
5333: fnd_profile.get_specific( name_z => 'ACTION_PARAMETER_GROUPS'
5334: ,user_id_z => fnd_global.user_id
5335: ,responsibility_id_z => fnd_global.resp_id
5336: ,application_id_z => fnd_global.resp_appl_id
5337: ,val_z => l_profile_value
5338: ,defined_z => l_defined );
5339:

Line 5336: ,application_id_z => fnd_global.resp_appl_id

5332: --
5333: fnd_profile.get_specific( name_z => 'ACTION_PARAMETER_GROUPS'
5334: ,user_id_z => fnd_global.user_id
5335: ,responsibility_id_z => fnd_global.resp_id
5336: ,application_id_z => fnd_global.resp_appl_id
5337: ,val_z => l_profile_value
5338: ,defined_z => l_defined );
5339:
5340: hr_utility.set_location('l_profile_value '||l_profile_value, 999);