DBA Data[Home] [Help]

APPS.HR_DYNSQL dependencies on PAY_CORE_UTILS

Line 1932: pay_core_utils.get_legislation_rule('LOCAL_UNIT_CONTEXT',

1928: and p_effective_date between paf.effective_start_date
1929: and paf.effective_end_date
1930: and paf.business_group_id = pbg.business_group_id;
1931: --
1932: pay_core_utils.get_legislation_rule('LOCAL_UNIT_CONTEXT',
1933: l_legislation,
1934: g_local_unit,
1935: l_found
1936: );

Line 1942: pay_core_utils.get_legislation_rule('TAX_UNIT',

1938: if (l_found = FALSE) then
1939: g_local_unit := 'N';
1940: end if;
1941: --
1942: pay_core_utils.get_legislation_rule('TAX_UNIT',
1943: l_legislation,
1944: g_tax_unit,
1945: l_found
1946: );

Line 2095: pay_core_utils.get_legislation_rule('LOCAL_UNIT_CONTEXT',

2091: and paf.effective_end_date
2092: and paf.business_group_id = pbg.business_group_id;
2093: --
2094: --
2095: pay_core_utils.get_legislation_rule('LOCAL_UNIT_CONTEXT',
2096: l_legislation,
2097: g_local_unit,
2098: l_found
2099: );

Line 2105: pay_core_utils.get_legislation_rule('TAX_UNIT',

2101: if (l_found = FALSE) then
2102: g_local_unit := 'N';
2103: end if;
2104: --
2105: pay_core_utils.get_legislation_rule('TAX_UNIT',
2106: l_legislation,
2107: g_tax_unit,
2108: l_found
2109: );