DBA Data[Home] [Help]

APPS.PAY_JP_REPORT_PKG dependencies on HR_API

Line 2201: l_qualified_date := hr_api.g_eot;

2197: if l_qualified_date is null then
2198: -- no entry value, not insured.
2199: if l_disqualified_date is null then
2200: --
2201: l_qualified_date := hr_api.g_eot;
2202: l_disqualified_date := hr_api.g_sot;
2203: -- this paterns identify "not insured" as shortage of data.
2204: -- qualified date should be under disqualified date.
2205: else

Line 2202: l_disqualified_date := hr_api.g_sot;

2198: -- no entry value, not insured.
2199: if l_disqualified_date is null then
2200: --
2201: l_qualified_date := hr_api.g_eot;
2202: l_disqualified_date := hr_api.g_sot;
2203: -- this paterns identify "not insured" as shortage of data.
2204: -- qualified date should be under disqualified date.
2205: else
2206: --

Line 2207: l_qualified_date := hr_api.g_eot;

2203: -- this paterns identify "not insured" as shortage of data.
2204: -- qualified date should be under disqualified date.
2205: else
2206: --
2207: l_qualified_date := hr_api.g_eot;
2208: --
2209: end if;
2210: --
2211: else

Line 2217: l_disqualified_date := hr_api.g_eot;

2213: -- This is normal patern.
2214: -- disqualified date should be over qualified date.
2215: if l_disqualified_date is null then
2216: --
2217: l_disqualified_date := hr_api.g_eot;
2218: --
2219: end if;
2220: --
2221: end if;

Line 2248: 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')

2244: begin
2245: --
2246: if p_hi_invalid = 0 and p_wp_invalid = 0 then
2247: --
2248: 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')
2249: or p_si_submit_type = 2 then
2250: --
2251: l_applied_date_old := p_wp_applied_date_old;
2252: --