DBA Data[Home] [Help]

APPS.OTA_UTILITY dependencies on HR_API

Line 93: if l_resubmit_interval is not null and trunc(sysdate) <= nvl(l_resubmit_end_date,hr_api.g_eot) then

89: fetch get_con_prog_sch into
90: l_resubmit_interval,l_resubmit_end_date;
91: close get_con_prog_sch;
92:
93: if l_resubmit_interval is not null and trunc(sysdate) <= nvl(l_resubmit_end_date,hr_api.g_eot) then
94:
95: return true;
96: else
97: return false;