DBA Data[Home] [Help]

APPS.ISC_DBI_PLAN_OT_SHIP_TREND_PKG dependencies on FII_TIME_API

Line 152: l_cur_end := FII_TIME_API.next_period_end_date(l_cur_end, l_period_type);

148: l_cur_end := l_time_from;
149:
150: FOR i IN 1..l_loop
151: LOOP
152: l_cur_end := FII_TIME_API.next_period_end_date(l_cur_end, l_period_type);
153: END LOOP;
154:
155:
156: l_custom_rec := BIS_PMV_PARAMETERS_PUB.INITIALIZE_QUERY_TYPE;