DBA Data[Home] [Help]

APPS.HR_DYNSQL dependencies on PAY_CORE_UTILS

Line 1897: pay_core_utils.get_legislation_rule('LOCAL_UNIT_CONTEXT',

1893: and p_effective_date between paf.effective_start_date
1894: and paf.effective_end_date
1895: and paf.business_group_id = pbg.business_group_id;
1896: --
1897: pay_core_utils.get_legislation_rule('LOCAL_UNIT_CONTEXT',
1898: l_legislation,
1899: g_local_unit,
1900: l_found
1901: );

Line 1907: pay_core_utils.get_legislation_rule('TAX_UNIT',

1903: if (l_found = FALSE) then
1904: g_local_unit := 'N';
1905: end if;
1906: --
1907: pay_core_utils.get_legislation_rule('TAX_UNIT',
1908: l_legislation,
1909: g_tax_unit,
1910: l_found
1911: );

Line 2060: pay_core_utils.get_legislation_rule('LOCAL_UNIT_CONTEXT',

2056: and paf.effective_end_date
2057: and paf.business_group_id = pbg.business_group_id;
2058: --
2059: --
2060: pay_core_utils.get_legislation_rule('LOCAL_UNIT_CONTEXT',
2061: l_legislation,
2062: g_local_unit,
2063: l_found
2064: );

Line 2070: pay_core_utils.get_legislation_rule('TAX_UNIT',

2066: if (l_found = FALSE) then
2067: g_local_unit := 'N';
2068: end if;
2069: --
2070: pay_core_utils.get_legislation_rule('TAX_UNIT',
2071: l_legislation,
2072: g_tax_unit,
2073: l_found
2074: );