DBA Data[Home] [Help]

APPS.GHR_PEI_FLEX_DDF dependencies on GHR_PEI_FLEX_DDF

Line 1: Package Body ghr_pei_flex_ddf as

1: Package Body ghr_pei_flex_ddf as
2: /* $Header: ghpeiddf.pkb 120.4.12010000.2 2008/08/05 15:09:39 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' ghr_pei_flex_ddf.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ghr_pei_flex_ddf.'; -- Global package name
9: --
10: -- ----------------------------------------------------------------------------
11: -- |-------------------------------< ddf >------------------------------------|
12: -- ----------------------------------------------------------------------------

Line 102: ghr_pei_flex_ddf.chk_routing_group_info

98: -- Check GHR Workflow Routing Groups information ???
99: --
100: if p_information_type Is Not Null then
101: if p_information_type = 'GHR_US_PER_WF_ROUTING_GROUPS' then
102: ghr_pei_flex_ddf.chk_routing_group_info
103: (p_person_extra_info_id => p_person_extra_info_id
104: ,p_information_type => p_information_type
105: ,p_person_id => p_person_id
106: ,p_pei_information3 => p_pei_information3

Line 116: ghr_pei_flex_ddf.chk_oghr_roles

112: ,p_pei_information9 => p_pei_information9
113: ,p_pei_information10 => p_pei_information10
114: );
115: -- Validate OGHR roles (INSERT)
116: ghr_pei_flex_ddf.chk_oghr_roles
117: (p_person_extra_info_id => p_person_extra_info_id
118: ,p_information_type => p_information_type
119: ,p_person_id => p_person_id
120: ,p_pei_information3 => p_pei_information3

Line 374: end ghr_pei_flex_ddf;

370: ---- Bug 4724337 Race or National Origin changes
371: --
372: --
373: --
374: end ghr_pei_flex_ddf;