DBA Data[Home] [Help]

APPS.HRI_OPL_EVENT_CAPTURE dependencies on BIS_COLLECTION_UTILITIES

Line 2789: bis_collection_utilities.get_last_refresh_dates(

2785: -- Get the dates of the last refresh of this program
2786: --
2787: dbg('Get the dates of the last refresh of this program ...');
2788: --
2789: bis_collection_utilities.get_last_refresh_dates(
2790: c_object_name,
2791: l_bis_start_date,
2792: l_bis_end_date,
2793: l_period_from,

Line 2797: -- dates returned by bis_collection_utilities will be NULL, so we

2793: l_period_from,
2794: l_period_to);
2795: --
2796: -- If the Events capture process has never been run before then the
2797: -- dates returned by bis_collection_utilities will be NULL, so we
2798: -- need to switch to full refresh mode.
2799: --
2800: dbg('Capture From Date: '||to_char(l_bis_start_date,'MM/DD/YYYY HH24:MI:SS')||'.');
2801: --