DBA Data[Home] [Help]

APPS.PAY_JP_REPORT_PKG dependencies on HR_API

Line 2192: l_qualified_date := hr_api.g_eot;

2188: if l_qualified_date is null then
2189: -- no entry value, not insured.
2190: if l_disqualified_date is null then
2191: --
2192: l_qualified_date := hr_api.g_eot;
2193: l_disqualified_date := hr_api.g_sot;
2194: -- this paterns identify "not insured" as shortage of data.
2195: -- qualified date should be under disqualified date.
2196: else

Line 2193: l_disqualified_date := hr_api.g_sot;

2189: -- no entry value, not insured.
2190: if l_disqualified_date is null then
2191: --
2192: l_qualified_date := hr_api.g_eot;
2193: l_disqualified_date := hr_api.g_sot;
2194: -- this paterns identify "not insured" as shortage of data.
2195: -- qualified date should be under disqualified date.
2196: else
2197: --

Line 2198: l_qualified_date := hr_api.g_eot;

2194: -- this paterns identify "not insured" as shortage of data.
2195: -- qualified date should be under disqualified date.
2196: else
2197: --
2198: l_qualified_date := hr_api.g_eot;
2199: --
2200: end if;
2201: --
2202: else

Line 2208: l_disqualified_date := hr_api.g_eot;

2204: -- This is normal patern.
2205: -- disqualified date should be over qualified date.
2206: if l_disqualified_date is null then
2207: --
2208: l_disqualified_date := hr_api.g_eot;
2209: --
2210: end if;
2211: --
2212: end if;

Line 2239: if trunc(nvl(p_hi_applied_date_old,hr_api.g_sot),'MM') < trunc(nvl(p_wp_applied_date_old,hr_api.g_sot),'MM')

2235: begin
2236: --
2237: if p_hi_invalid = 0 and p_wp_invalid = 0 then
2238: --
2239: if trunc(nvl(p_hi_applied_date_old,hr_api.g_sot),'MM') < trunc(nvl(p_wp_applied_date_old,hr_api.g_sot),'MM')
2240: or p_si_submit_type = 2 then
2241: --
2242: l_applied_date_old := p_wp_applied_date_old;
2243: --