DBA Data[Home] [Help]

APPS.PQH_DE_TKTDTLS_API dependencies on HR_UTILITY

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

26: l_TATIGKEIT_DETAIL_ID PQH_DE_TATIGKEIT_DETAILS.TATIGKEIT_DETAIL_ID%TYPE;
27:
28:
29: begin
30: hr_utility.set_location('Entering:'|| l_proc, 10);
31: --
32: -- Issue a savepoint
33: --
34: savepoint Insert_TKT_DTLS;

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

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

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

117: -- when validation only mode is being used.)
118: --
119: p_TATIGKEIT_DETAIL_ID := null;
120: p_object_version_number := null;
121: hr_utility.set_location(' Leaving:'||l_proc, 80);
122:
123: when others then
124: p_TATIGKEIT_DETAIL_ID := null;
125: p_object_version_number := null;

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

126: --
127: -- A validation or unexpected error has occured
128: --
129: rollback to Insert_TKT_DTLS;
130: hr_utility.set_location(' Leaving:'||l_proc, 90);
131: raise;
132: end Insert_TKT_DTLS;
133:
134: --

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

148: l_object_Version_Number PQH_DE_TATIGKEIT_DETAILS.OBJECT_VERSION_NUMBER%TYPE := P_Object_version_Number;
149: L_Effective_Date Date;
150:
151: Begin
152: hr_utility.set_location('Entering:'|| l_proc, 10);
153: --
154: -- Issue a savepoint
155: --
156: savepoint Update_TKT_DTLS;

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

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

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

233: -- Only set output warning arguments
234: -- (Any key or derived arguments must be set to null
235: -- when validation only mode is being used.)
236: --
237: hr_utility.set_location(' Leaving:'||l_proc, 80);
238:
239: when others then
240: p_object_version_number := l_object_version_number;
241: --

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

241: --
242: -- A validation or unexpected error has occured
243: --
244: rollback to Update_TKT_DTLS;
245: hr_utility.set_location(' Leaving:'||l_proc, 90);
246: raise;
247: end Update_TKT_DTLS;
248:
249: --

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

259: --
260: l_proc varchar2(72) := g_package||'delete_TKT_DTLS';
261: --
262: begin
263: hr_utility.set_location('Entering:'|| l_proc, 10);
264: --
265: -- Issue a savepoint
266: --
267: savepoint delete_TKT_DTLS;

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

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

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

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

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

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