DBA Data[Home] [Help]

APPS.PER_PGH_BUS dependencies on PER_PGH_BUS

Line 1: Package Body per_pgh_bus as

1: Package Body per_pgh_bus as
2: /* $Header: pepghrhi.pkb 120.0 2005/05/31 14:05:56 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_pgh_bus.'; -- Global package name
9: --
10: -- The following two global variables are only to be
11: -- used by the return_legislation_code function.
12: --

Line 110: if ( nvl(per_pgh_bus.g_hierarchy_id, hr_api.g_number)

106: ,p_argument => 'hierarchy_id'
107: ,p_argument_value => p_hierarchy_id
108: );
109: --
110: if ( nvl(per_pgh_bus.g_hierarchy_id, hr_api.g_number)
111: = p_hierarchy_id) then
112: --
113: -- The legislation code has already been found with a previous
114: -- call to this function. Just return the value in the global

Line 117: l_legislation_code := per_pgh_bus.g_legislation_code;

113: -- The legislation code has already been found with a previous
114: -- call to this function. Just return the value in the global
115: -- variable.
116: --
117: l_legislation_code := per_pgh_bus.g_legislation_code;
118: hr_utility.set_location(l_proc, 20);
119: else
120: --
121: -- The ID is different to the last call to this function

Line 141: per_pgh_bus.g_hierarchy_id := p_hierarchy_id;

137: -- Set the global variables so the values are
138: -- available for the next call to this function.
139: --
140: close csr_leg_code;
141: per_pgh_bus.g_hierarchy_id := p_hierarchy_id;
142: per_pgh_bus.g_legislation_code := l_legislation_code;
143: end if;
144: hr_utility.set_location(' Leaving:'|| l_proc, 40);
145: return l_legislation_code;

Line 142: per_pgh_bus.g_legislation_code := l_legislation_code;

138: -- available for the next call to this function.
139: --
140: close csr_leg_code;
141: per_pgh_bus.g_hierarchy_id := p_hierarchy_id;
142: per_pgh_bus.g_legislation_code := l_legislation_code;
143: end if;
144: hr_utility.set_location(' Leaving:'|| l_proc, 40);
145: return l_legislation_code;
146: end return_legislation_code;

Line 983: per_pgh_bus.chk_ddf(p_rec);

979: end if;
980: --
981: --
982: -- Call developer descriptive flexfield validation routines
983: per_pgh_bus.chk_ddf(p_rec);
984: --
985: per_pgh_bus.chk_df(p_rec);
986: --
987: --

Line 985: per_pgh_bus.chk_df(p_rec);

981: --
982: -- Call developer descriptive flexfield validation routines
983: per_pgh_bus.chk_ddf(p_rec);
984: --
985: per_pgh_bus.chk_df(p_rec);
986: --
987: --
988: -- Validate hierarchy_id
989: -- =====================

Line 1073: per_pgh_bus.chk_ddf(p_rec);

1069: hr_utility.set_location(l_proc, 30);
1070: --
1071: -- Call developer descriptive flexfield validation routines
1072: --
1073: per_pgh_bus.chk_ddf(p_rec);
1074: --
1075: hr_utility.set_location(l_proc, 40);
1076: --
1077: --

Line 1078: per_pgh_bus.chk_df(p_rec);

1074: --
1075: hr_utility.set_location(l_proc, 40);
1076: --
1077: --
1078: per_pgh_bus.chk_df(p_rec);
1079: --
1080: hr_utility.set_location(' Leaving:'||l_proc, 50);
1081: End update_validate;
1082: --

Line 1106: end per_pgh_bus;

1102: --
1103: hr_utility.set_location(' Leaving:'||l_proc, 20);
1104: End delete_validate;
1105: --
1106: end per_pgh_bus;