DBA Data[Home] [Help]

APPS.HRI_OPL_GEO_LOCHR dependencies on FND_PROFILE

Line 31: g_dbi_collection_start_date DATE := TRUNC(TO_DATE(fnd_profile.value

27: g_msg_sub_group VARCHAR2(400) := '';
28: --
29: -- Global DBI collection start date initialization
30: --
31: g_dbi_collection_start_date DATE := TRUNC(TO_DATE(fnd_profile.value
32: ('BIS_GLOBAL_START_DATE'),'MM/DD/YYYY'));
33: --
34: -- CONSTANTS
35: -- =========

Line 383: fnd_profile.value('HRI_IMPL_DBI') = 'Y') THEN

379: -- have to change the levels that don't reflect that level FK in them
380: --
381: dbg_time('Update Event Queue Start');
382: IF (l_upd_location_ids.LAST > 0 AND
383: fnd_profile.value('HRI_IMPL_DBI') = 'Y') THEN
384: --
385: BEGIN
386: --
387: FORALL i IN 1..l_upd_location_ids.LAST SAVE EXCEPTIONS