DBA Data[Home] [Help]

APPS.PQH_RULE_ATTRIBUTES_API dependencies on HR_UTILITY

Line 30: hr_utility.set_location('Entering:'|| l_proc, 10);

26: l_rule_attribute_id PQH_RULE_ATTRIBUTES.RULE_ATTRIBUTE_ID%TYPE;
27:
28:
29: begin
30: hr_utility.set_location('Entering:'|| l_proc, 10);
31: --
32: -- Issue a savepoint
33: --
34: savepoint Insert_Rule_Attribute;

Line 107: hr_utility.set_location(' Leaving:'||l_proc, 70);

103: p_object_version_number := l_object_version_number;
104:
105:
106: --
107: hr_utility.set_location(' Leaving:'||l_proc, 70);
108: exception
109: when hr_api.validate_enabled then
110: --
111: -- As the Validate_Enabled exception has been raised

Line 120: hr_utility.set_location(' Leaving:'||l_proc, 80);

116: -- Only set output warning arguments
117: -- (Any key or derived arguments must be set to null
118: -- when validation only mode is being used.)
119: --
120: hr_utility.set_location(' Leaving:'||l_proc, 80);
121:
122: when others then
123: --
124: -- A validation or unexpected error has occured

Line 127: hr_utility.set_location(' Leaving:'||l_proc, 90);

123: --
124: -- A validation or unexpected error has occured
125: --
126: rollback to Insert_Rule_Attribute;
127: hr_utility.set_location(' Leaving:'||l_proc, 90);
128: raise;
129: end Insert_Rule_Attribute;
130:
131: --

Line 149: hr_utility.set_location('Entering:'|| l_proc, 10);

145: l_proc varchar2(72) := g_package||'Update_Rule_Attribute';
146: l_object_Version_Number PQH_RULE_ATTRIBUTES.OBJECT_VERSION_NUMBER%TYPE := P_Object_version_Number;
147:
148: Begin
149: hr_utility.set_location('Entering:'|| l_proc, 10);
150: --
151: -- Issue a savepoint
152: --
153: savepoint Update_Rule_Attribute;

Line 220: hr_utility.set_location(' Leaving:'||l_proc, 70);

216:
217: p_object_version_number := l_object_version_number;
218:
219: --
220: hr_utility.set_location(' Leaving:'||l_proc, 70);
221: exception
222: when hr_api.validate_enabled then
223: --
224: -- As the Validate_Enabled exception has been raised

Line 233: hr_utility.set_location(' Leaving:'||l_proc, 80);

229: -- Only set output warning arguments
230: -- (Any key or derived arguments must be set to null
231: -- when validation only mode is being used.)
232: --
233: hr_utility.set_location(' Leaving:'||l_proc, 80);
234:
235: when others then
236: --
237: -- A validation or unexpected error has occured

Line 240: hr_utility.set_location(' Leaving:'||l_proc, 90);

236: --
237: -- A validation or unexpected error has occured
238: --
239: rollback to Update_Rule_Attribute;
240: hr_utility.set_location(' Leaving:'||l_proc, 90);
241: raise;
242: end Update_Rule_Attribute;
243:
244: --

Line 258: hr_utility.set_location('Entering:'|| l_proc, 10);

254: --
255: l_proc varchar2(72) := g_package||'delete_Rule_Attribute';
256: --
257: begin
258: hr_utility.set_location('Entering:'|| l_proc, 10);
259: --
260: -- Issue a savepoint
261: --
262: savepoint delete_Rule_Attribute;

Line 311: hr_utility.set_location(' Leaving:'||l_proc, 70);

307: -- end if;
308: --
309: -- Set all output arguments
310: --
311: hr_utility.set_location(' Leaving:'||l_proc, 70);
312: exception
313: when hr_api.validate_enabled then
314: --
315: -- As the Validate_Enabled exception has been raised

Line 324: hr_utility.set_location(' Leaving:'||l_proc, 80);

320: -- Only set output warning arguments
321: -- (Any key or derived arguments must be set to null
322: -- when validation only mode is being used.)
323: --
324: hr_utility.set_location(' Leaving:'||l_proc, 80);
325: when others then
326: --
327: -- A validation or unexpected error has occured
328: --

Line 330: hr_utility.set_location(' Leaving:'||l_proc, 90);

326: --
327: -- A validation or unexpected error has occured
328: --
329: rollback to delete_Rule_Attribute;
330: hr_utility.set_location(' Leaving:'||l_proc, 90);
331: raise;
332: end delete_Rule_Attribute;
333:
334: end PQH_RULE_ATTRIBUTES_API;