DBA Data[Home] [Help]

APPS.BIX_SESSION_SUMMARY_PKG dependencies on FII_TIME_API

Line 1715: fii_time_api.check_missing_date(g_collect_start_date, g_collect_end_date, l_has_missing_date);

1711: RAISE G_PARAM_MISMATCH;
1712: END IF;
1713:
1714: /* Check if time dimension is populated for the collection date range */
1715: fii_time_api.check_missing_date(g_collect_start_date, g_collect_end_date, l_has_missing_date);
1716: IF (l_has_missing_date) THEN
1717: write_log('Time dimension is not populated for the entire collection date range');
1718: RAISE G_TIME_DIM_MISSING;
1719: END IF;