DBA Data[Home] [Help]

APPS.HR_PROCESS_PERSON_SS dependencies on HR_GENERAL2

Line 2072: if hr_general2.is_legislation_install('PAY','US') then

2068:
2069:
2070: if l_style <> 'US' then
2071:
2072: if hr_general2.is_legislation_install('PAY','US') then
2073: l_style := 'US';
2074: update per_addresses set style = 'US' ,region_1 ='Snohomish'
2075: where person_id = p_person_id and primary_flag = 'Y'
2076: and p_effective_date between date_from and nvl(date_to,hr_api.g_eot);

Line 5894: if hr_general2.is_legislation_install('PAY','US') then

5890: l_region1_old := l_region1;
5891:
5892: if l_style <> 'US' then
5893:
5894: if hr_general2.is_legislation_install('PAY','US') then
5895:
5896: l_style := 'US';
5897: update per_addresses set style = 'US' ,region_1 ='Snohomish'
5898: where person_id = l_person_id and primary_flag = 'Y'