DBA Data[Home] [Help]

APPS.OKS_CON_COVERAGE_PVT dependencies on OKC_TIME_UTIL_PVT

Line 2012: L_Date := OKC_TIME_UTIL_PVT.get_enddate(

2008: if (Idx.end_date = P_Enddate and
2009: Idx.TimeUnit is not null and
2010: Idx.Duration is not null ) then
2011:
2012: L_Date := OKC_TIME_UTIL_PVT.get_enddate(
2013: P_Enddate,
2014: Idx.TimeUnit,
2015: Idx.Duration) + 1;
2016: