DBA Data[Home] [Help]

APPS.PQH_DE_OPERATION_GROUPS_API dependencies on HR_UTILITY

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

26: L_Effective_Date Date;
27: l_operation_GROUP_ID PQH_DE_OPERATION_GROUPS.operation_GROUP_ID%TYPE;
28:
29: begin
30: hr_utility.set_location('Entering:'|| l_proc, 10);
31: --
32: -- Issue a savepoint
33: --
34: savepoint Insert_OPERATION_GROUPS;

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

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

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

121: -- when validation only mode is being used.)
122: --
123: p_operation_GROUP_ID := null;
124: p_object_version_number := null;
125: hr_utility.set_location(' Leaving:'||l_proc, 80);
126:
127: when others then
128: p_operation_GROUP_ID := null;
129: p_object_version_number := null;

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

130: --
131: -- A validation or unexpected error has occured
132: --
133: rollback to Insert_OPERATION_GROUPS;
134: hr_utility.set_location(' Leaving:'||l_proc, 90);
135: raise;
136: end Insert_OPERATION_GROUPS;
137:
138: --

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

153: l_object_Version_Number PQH_DE_OPERATION_GROUPS.OBJECT_VERSION_NUMBER%TYPE := P_Object_version_Number;
154: L_Effective_Date Date;
155:
156: Begin
157: hr_utility.set_location('Entering:'|| l_proc, 10);
158: --
159: -- Issue a savepoint
160: --
161: savepoint Update_OPERATION_GROUPS;

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

229:
230: p_object_version_number := l_object_version_number;
231:
232: --
233: hr_utility.set_location(' Leaving:'||l_proc, 70);
234: exception
235: when hr_api.validate_enabled then
236: --
237: -- As the Validate_Enabled exception has been raised

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

242: -- Only set output warning arguments
243: -- (Any key or derived arguments must be set to null
244: -- when validation only mode is being used.)
245: --
246: hr_utility.set_location(' Leaving:'||l_proc, 80);
247:
248: when others then
249: p_object_version_number := l_object_version_number;
250: --

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

250: --
251: -- A validation or unexpected error has occured
252: --
253: rollback to Update_OPERATION_GROUPS;
254: hr_utility.set_location(' Leaving:'||l_proc, 90);
255: raise;
256: end Update_OPERATION_GROUPS;
257:
258: --

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

269: --
270: l_proc varchar2(72) := g_package||'delete_OPERATION_GROUPS';
271: --
272: begin
273: hr_utility.set_location('Entering:'|| l_proc, 10);
274: --
275: -- Issue a savepoint
276: --
277: savepoint delete_OPERATION_GROUPS;

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

320: end if;
321: --
322: -- Set all output arguments
323: --
324: hr_utility.set_location(' Leaving:'||l_proc, 70);
325: exception
326: when hr_api.validate_enabled then
327: --
328: -- As the Validate_Enabled exception has been raised

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

333: -- Only set output warning arguments
334: -- (Any key or derived arguments must be set to null
335: -- when validation only mode is being used.)
336: --
337: hr_utility.set_location(' Leaving:'||l_proc, 80);
338: when others then
339: --
340: -- A validation or unexpected error has occured
341: --

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

339: --
340: -- A validation or unexpected error has occured
341: --
342: rollback to delete_OPERATION_GROUPS;
343: hr_utility.set_location(' Leaving:'||l_proc, 90);
344: raise;
345: end delete_OPERATION_GROUPS;
346:
347: end PQH_DE_OPERATION_GROUPS_API;