DBA Data[Home] [Help]

APPS.PAY_AU_MODULE_TYPES_API dependencies on HR_UTILITY

Line 41: hr_utility.set_location('Entering:'|| l_proc, 5);

37: --
38: begin
39: l_proc := g_package||'create_au_module_type';
40: --
41: hr_utility.set_location('Entering:'|| l_proc, 5);
42: --
43: -- Issue a savepoint if operating in validation only mode.
44: --
45: if p_validate then

Line 49: hr_utility.set_location(l_proc, 10);

45: if p_validate then
46: savepoint create_au_module_type;
47: end if;
48: --
49: hr_utility.set_location(l_proc, 10);
50: --
51: -- Validation in addition to Table Handlers
52: --
53: -- Process Logic

Line 80: hr_utility.set_location(l_proc, 20);

76: );
77: end if;
78: close csr_valid_name;
79: --
80: hr_utility.set_location(l_proc, 20);
81: --
82: -- When in validation only mode raise the Validate_Enabled exception
83: --
84: if p_validate then

Line 93: hr_utility.set_location(' Leaving:'||l_proc, 100);

89: --
90: p_module_type_id := l_module_type_id;
91: p_object_version_number := l_object_version_number;
92: --
93: hr_utility.set_location(' Leaving:'||l_proc, 100);
94: exception
95: when hr_api.validate_enabled then
96: --
97: -- Only set output warning arguments

Line 124: hr_utility.set_location('Entering:'|| l_proc, 5);

120: --
121: begin
122: l_proc := g_package||'delete_au_module_type';
123: --
124: hr_utility.set_location('Entering:'|| l_proc, 5);
125: --
126: -- Issue a savepoint if operating in validation only mode.
127: --
128: if p_validate then

Line 132: hr_utility.set_location(l_proc, 10);

128: if p_validate then
129: savepoint delete_au_module_type;
130: end if;
131: --
132: hr_utility.set_location(l_proc, 10);
133: --
134: -- Validation in addition to Table Handlers
135: --
136: -- None required.

Line 144: hr_utility.set_location(l_proc, 20);

140: pay_amt_del.del
141: (p_module_type_id => p_module_type_id,
142: p_object_version_number => p_object_version_number);
143: --
144: hr_utility.set_location(l_proc, 20);
145: --
146: -- When in validation only mode raise the Validate_Enabled exception
147: --
148: if p_validate then

Line 152: hr_utility.set_location(' Leaving:'||l_proc, 100);

148: if p_validate then
149: raise hr_api.validate_enabled;
150: end if;
151: --
152: hr_utility.set_location(' Leaving:'||l_proc, 100);
153: exception
154: when hr_api.validate_enabled then
155: --
156: -- As the Validate_Enabled exception has been raised

Line 181: hr_utility.set_location('Entering:'|| l_proc, 5);

177: --
178: begin
179: l_proc := g_package||'update_au_module_type';
180: --
181: hr_utility.set_location('Entering:'|| l_proc, 5);
182: --
183: -- Issue a savepoint if operating in validation only mode.
184: --
185: if p_validate then

Line 189: hr_utility.set_location(l_proc, 10);

185: if p_validate then
186: savepoint update_au_module_type;
187: end if;
188: --
189: hr_utility.set_location(l_proc, 10);
190: --
191: -- Validation in addition to Table Handlers
192: --
193: -- None required.

Line 205: hr_utility.set_location(l_proc, 20);

201: p_enabled_flag => p_enabled_flag,
202: p_description => p_description
203: );
204: --
205: hr_utility.set_location(l_proc, 20);
206: --
207: -- When in validation only mode raise the Validate_Enabled exception
208: --
209: if p_validate then

Line 213: hr_utility.set_location(' Leaving:'||l_proc, 100);

209: if p_validate then
210: raise hr_api.validate_enabled;
211: end if;
212: --
213: hr_utility.set_location(' Leaving:'||l_proc, 100);
214: exception
215: when hr_api.validate_enabled then
216: --
217: -- As the Validate_Enabled exception has been raised