DBA Data[Home] [Help]

APPS.HRI_OPL_EVENT_CAPTURE dependencies on BIS_COLLECTION_UTILITIES

Line 2792: bis_collection_utilities.get_last_refresh_dates(

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

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

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