DBA Data[Home] [Help]

APPS.PER_KAD_BUS dependencies on HR_GENERAL

Line 1091: l_geocodes_installed := hr_general.chk_geocodes_installed;

1087: --
1088: -- Check if US payroll is installed.
1089: --
1090: -- 09/12/97 Change Begins
1091: l_geocodes_installed := hr_general.chk_geocodes_installed;
1092: -- 09/12/97 Change Ends
1093: --
1094: if p_postal_code is not null then
1095: --

Line 1309: if hr_general.chk_geocodes_installed = 'Y' then -- 09/12/97 Chg

1305: if p_style = 'US' then
1306: --
1307: -- If US payroll is installed.
1308: --
1309: if hr_general.chk_geocodes_installed = 'Y' then -- 09/12/97 Chg
1310: hr_utility.set_location(l_proc, 5);
1311: open csr_valid_us_county;
1312: fetch csr_valid_us_county into l_exists;
1313: if csr_valid_us_county%notfound then

Line 1418: l_geocodes_installed := hr_general.chk_geocodes_installed;

1414: -- Check if US payroll is installed.
1415: --
1416: if p_style = 'US' then
1417: -- 09/12/97 Change Begins
1418: l_geocodes_installed := hr_general.chk_geocodes_installed;
1419: -- 09/12/97 Change Ends
1420: end if;
1421: --
1422: -- Check that value for region_2 is valid.

Line 1548: if hr_general.chk_geocodes_installed = 'Y' then -- 09/12/97 Chg

1544: if p_style = 'US' then
1545: --
1546: -- If US payroll is installed.
1547: --
1548: if hr_general.chk_geocodes_installed = 'Y' then -- 09/12/97 Chg
1549: open csr_valid_town_or_city;
1550: fetch csr_valid_town_or_city into l_exists;
1551: if csr_valid_town_or_city%notfound then
1552: close csr_valid_town_or_city;

Line 1661: l_geocodes_installed := hr_general.chk_geocodes_installed;

1657: --
1658: -- Check if US payroll installed.
1659: --
1660: -- 09/12/97 Change Begins
1661: l_geocodes_installed := hr_general.chk_geocodes_installed;
1662: -- 09/12/97 Change Ends
1663: --
1664: -- If US address style and payroll, validate for right combination of
1665: -- city, state and county.