DBA Data[Home] [Help]

APPS.HRI_OPL_EVENT_CAPTURE dependencies on HR_GENERAL

Line 77: -- Global end of time date initialization from the package hr_general

73: -- Start of global variable setup
74: -- ----------------------------------------------------------------------------
75: --
76: --
77: -- Global end of time date initialization from the package hr_general
78: --
79: g_end_of_time DATE := hr_general.end_of_time;
80: --
81: -- Global DBI collection start date initialization

Line 79: g_end_of_time DATE := hr_general.end_of_time;

75: --
76: --
77: -- Global end of time date initialization from the package hr_general
78: --
79: g_end_of_time DATE := hr_general.end_of_time;
80: --
81: -- Global DBI collection start date initialization
82: --
83: g_dbi_collection_start_date DATE := hri_bpl_parameter.get_bis_global_start_date;