DBA Data[Home] [Help]

APPS.HRI_OPL_ASGN_EVENTS dependencies on FND_PROFILE

Line 4812: IF (fnd_profile.value('HRI_COLLECT_FTE') = 'Y') THEN

4808: g_refresh_start_date := g_mthd_action_array.collect_from_date;
4809: g_refresh_end_date := hr_general.end_of_time;
4810:
4811: -- Set FTE/HDC parameters from profiles
4812: IF (fnd_profile.value('HRI_COLLECT_FTE') = 'Y') THEN
4813: g_collect_fte := 'Y';
4814: ELSE
4815: g_collect_fte := 'N';
4816: END IF;

Line 4817: IF (fnd_profile.value('HRI_COLLECT_HDC') = 'Y') THEN

4813: g_collect_fte := 'Y';
4814: ELSE
4815: g_collect_fte := 'N';
4816: END IF;
4817: IF (fnd_profile.value('HRI_COLLECT_HDC') = 'Y') THEN
4818: g_collect_hdc := 'Y';
4819: ELSE
4820: g_collect_hdc := 'N';
4821: END IF;

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

4820: g_collect_hdc := 'N';
4821: END IF;
4822:
4823: -- Set DBI parameters
4824: IF (fnd_profile.value('HRI_IMPL_DBI') = 'Y') THEN
4825: g_implement_dbi := 'Y';
4826: END IF;
4827:
4828: -- Set OBIEE parameters

Line 4829: IF (fnd_profile.value('HRI_IMPL_OBIEE') = 'Y') THEN

4825: g_implement_dbi := 'Y';
4826: END IF;
4827:
4828: -- Set OBIEE parameters
4829: IF (fnd_profile.value('HRI_IMPL_OBIEE') = 'Y') THEN
4830: g_implement_obiee := 'Y';
4831: IF (fnd_profile.value('HRI_COL_SUP_HRCHY_EQ') = 'Y') THEN
4832: g_implement_obiee_mgrh := 'Y';
4833: ELSE

Line 4831: IF (fnd_profile.value('HRI_COL_SUP_HRCHY_EQ') = 'Y') THEN

4827:
4828: -- Set OBIEE parameters
4829: IF (fnd_profile.value('HRI_IMPL_OBIEE') = 'Y') THEN
4830: g_implement_obiee := 'Y';
4831: IF (fnd_profile.value('HRI_COL_SUP_HRCHY_EQ') = 'Y') THEN
4832: g_implement_obiee_mgrh := 'Y';
4833: ELSE
4834: g_implement_obiee_mgrh := 'N';
4835: END IF;

Line 4836: IF (fnd_profile.value('HRI_COL_ORG_HRCHY_EQ') = 'Y') THEN

4832: g_implement_obiee_mgrh := 'Y';
4833: ELSE
4834: g_implement_obiee_mgrh := 'N';
4835: END IF;
4836: IF (fnd_profile.value('HRI_COL_ORG_HRCHY_EQ') = 'Y') THEN
4837: g_implement_obiee_orgh := 'Y';
4838: ELSE
4839: g_implement_obiee_orgh := 'N';
4840: END IF;

Line 5484: g_adj_svc_profile := NVL(fnd_profile.value('HRI_POW_DT_STRT_SRC'),'STRT_DT');

5480: g_end_of_time := hr_general.end_of_time;
5481: --
5482: -- This profile is used for POW calculations.
5483: --
5484: g_adj_svc_profile := NVL(fnd_profile.value('HRI_POW_DT_STRT_SRC'),'STRT_DT');
5485: --
5486: -- For future usage
5487: --
5488: g_collect_perf_rating := 'Y';