DBA Data[Home] [Help]

APPS.HRI_OPL_DBI_CALENDAR dependencies on FND_PROFILE

Line 118: IF (fnd_profile.value('HRI_DBI_PER_SNRMGR_SNPSHTS') = 'Y') THEN

114:
115: BEGIN
116:
117: /* Check whether snapshots are enabled */
118: IF (fnd_profile.value('HRI_DBI_PER_SNRMGR_SNPSHTS') = 'Y') THEN
119: g_collect_snapshots := TRUE;
120: ELSE
121: g_collect_snapshots := FALSE;
122: END IF;

Line 126: IF (fnd_profile.value('HR_TRNVR_CALC_MTHD') = 'WMV_STARTENDAVG') THEN

122: END IF;
123:
124: /* Check whether extra snapshots are required to support the turnover */
125: /* calculation method */
126: IF (fnd_profile.value('HR_TRNVR_CALC_MTHD') = 'WMV_STARTENDAVG') THEN
127: g_snapshot_period_start := TRUE;
128: ELSE
129: g_snapshot_period_start := FALSE;
130: END IF;