DBA Data[Home] [Help]

APPS.PQH_DE_ENT_MINUTES_API dependencies on HR_UTILITY

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

27: L_Effective_Date Date;
28: l_ENT_MINUTES_ID PQH_DE_ENT_MINUTES.ENT_MINUTES_ID%TYPE;
29:
30: begin
31: hr_utility.set_location('Entering:'|| l_proc, 10);
32: --
33: -- Issue a savepoint
34: --
35: savepoint Insert_ENT_MINUTES;

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

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

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

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

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

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

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

156: l_object_Version_Number PQH_DE_ENT_MINUTES.OBJECT_VERSION_NUMBER%TYPE := P_Object_version_Number;
157: L_Effective_Date Date;
158:
159: Begin
160: hr_utility.set_location('Entering:'|| l_proc, 10);
161: --
162: -- Issue a savepoint
163: --
164: savepoint Update_ENT_MINUTES;

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

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

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

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

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

253: --
254: -- A validation or unexpected error has occured
255: --
256: rollback to Update_ENT_MINUTES;
257: hr_utility.set_location(' Leaving:'||l_proc, 90);
258: raise;
259: end Update_ENT_MINUTES;
260:
261: --

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

272: --
273: l_proc varchar2(72) := g_package||'delete_ENT_MINUTES';
274: --
275: begin
276: hr_utility.set_location('Entering:'|| l_proc, 10);
277: --
278: -- Issue a savepoint
279: --
280: savepoint delete_ENT_MINUTES;

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

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

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

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

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

342: --
343: -- A validation or unexpected error has occured
344: --
345: rollback to delete_ENT_MINUTES;
346: hr_utility.set_location(' Leaving:'||l_proc, 90);
347: raise;
348: end delete_ENT_MINUTES;
349:
350: end PQH_DE_ENT_MINUTES_API;