DBA Data[Home] [Help]

APPS.PAY_GB_NICAR_06042002 dependencies on HR_GBNICAR

Line 640: l_days_available := hr_gbnicar.nicar_days_between(l_start_date,l_end_date); -- ignore 29-FEB

636:
637: IF g_tax_year_start >= to_date('06-04-2003', 'DD-MM-YYYY') THEN -- Effective from year 2003-04
638: l_days_available := trunc(l_end_date) - trunc(l_start_date) + 1; -- use actual number of days
639: ELSE
640: l_days_available := hr_gbnicar.nicar_days_between(l_start_date,l_end_date); -- ignore 29-FEB
641: END IF;
642:
643: ELSE
644:

Line 985: l_days_available := hr_gbnicar.nicar_days_between(l_start_date,l_end_date); -- ignore 29-FEB

981:
982: IF g_tax_year_start >= to_date('06-04-2003', 'DD-MM-YYYY') THEN -- Effective from year 2003-04
983: l_days_available := trunc(l_end_date) - trunc(l_start_date) + 1; -- use actual number of days
984: ELSE
985: l_days_available := hr_gbnicar.nicar_days_between(l_start_date,l_end_date); -- ignore 29-FEB
986: END IF;
987:
988: ELSE
989:

Line 1699: g_tax_year_start := hr_gbnicar.uk_tax_yr_start(csr0_session_date);

1695: --
1696: --
1697: -- Get the tax year start and end dates from the session date;
1698: --
1699: g_tax_year_start := hr_gbnicar.uk_tax_yr_start(csr0_session_date);
1700: g_tax_year_end := hr_gbnicar.uk_tax_yr_end(csr0_session_date);
1701: g_days_in_year := trunc(g_tax_year_end) - trunc(g_tax_year_start) + 1;
1702:
1703: hr_utility.set_location(g_package_name||'.'||l_function_name,2);

Line 1700: g_tax_year_end := hr_gbnicar.uk_tax_yr_end(csr0_session_date);

1696: --
1697: -- Get the tax year start and end dates from the session date;
1698: --
1699: g_tax_year_start := hr_gbnicar.uk_tax_yr_start(csr0_session_date);
1700: g_tax_year_end := hr_gbnicar.uk_tax_yr_end(csr0_session_date);
1701: g_days_in_year := trunc(g_tax_year_end) - trunc(g_tax_year_start) + 1;
1702:
1703: hr_utility.set_location(g_package_name||'.'||l_function_name,2);
1704: