DBA Data[Home] [Help]

APPS.OTA_PLE_BUS dependencies on OTA_PLE_DEL

Line 1125: OTA_PLE_DEL.del(l_plerec,FALSE);

1121: -- if the entry is outside of the new dates delete the entry
1122: --
1123: if l_plerec.start_date >= nvl(p_new_enddate,hr_api.g_eot) or
1124: nvl(l_plerec.end_date,hr_api.g_eot) <= p_new_startdate then
1125: OTA_PLE_DEL.del(l_plerec,FALSE);
1126: else
1127: --
1128: -- if the start date is before the entry then open up the entry
1129: --