DBA Data[Home] [Help]

APPS.PQP_GB_PSI_FUNCTIONS dependencies on HR_API

Line 1712: --,p_act_start_date => hr_api.g_sot

1708: ,p_eff_start_date => l_eff_start_date
1709: ,p_eff_end_date => l_eff_date
1710: ,p_penserv_date => g_last_app_date
1711: ,p_penserv_mode => l_penserv_mode
1712: --,p_act_start_date => hr_api.g_sot
1713: --,p_act_end_date => l_eff_date
1714: );
1715: END IF; -- p_extract_type <> '1PED'
1716: END IF; -- p_execution_mode = '1REP'

Line 4079: hr_api.set_legislation_context('GB');

4075: -- In Multi node RAC instances, when multithreaded legislation_context has to be set.
4076: -- As this function is Penserver specific and is applicable to GB only, hard coding
4077: -- the legislation context to GB. This will allow query on hr_lookups table to
4078: -- provide correct data.
4079: hr_api.set_legislation_context('GB');
4080: debug('After setting Legislation Context to GB', 20);
4081: -- End Bug 12896006
4082:
4083: -- paypoint

Line 5106: IF NVL(g_person_id, hr_api.g_number) <> ben_ext_person.g_person_id

5102: debug('g_effective_start_date: '||TO_CHAR(g_effective_start_date, 'DD/MON/YYYY'));
5103: debug('g_effective_end_date: '||TO_CHAR(g_effective_end_date, 'DD/MON/YYYY'));
5104: END IF;
5105:
5106: IF NVL(g_person_id, hr_api.g_number) <> ben_ext_person.g_person_id
5107: THEN
5108: g_person_id := ben_ext_person.g_person_id;
5109: g_min_eff_date_exists := 'N';
5110: debug('NVL(g_person_id, hr_api.g_number) <> ben_ext_person.g_person_id',20);

Line 5110: debug('NVL(g_person_id, hr_api.g_number) <> ben_ext_person.g_person_id',20);

5106: IF NVL(g_person_id, hr_api.g_number) <> ben_ext_person.g_person_id
5107: THEN
5108: g_person_id := ben_ext_person.g_person_id;
5109: g_min_eff_date_exists := 'N';
5110: debug('NVL(g_person_id, hr_api.g_number) <> ben_ext_person.g_person_id',20);
5111: END IF;
5112:
5113: -- set the start date of the range to '00:00:00'
5114: -- and set the end date of the range to '23:59:59'