DBA Data[Home] [Help]

APPS.PQH_DE_TKTDTLS_API dependencies on HR_API

Line 53: when hr_api.cannot_find_prog_unit then

49: ,P_DESCRIPTION => P_DESCRIPTION );
50:
51:
52: exception
53: when hr_api.cannot_find_prog_unit then
54: hr_api.cannot_find_prog_unit_error
55: (p_module_name => 'CREATE_TATIGKEIT_DETAILS'
56: ,p_hook_type => 'BP'
57: );

Line 54: hr_api.cannot_find_prog_unit_error

50:
51:
52: exception
53: when hr_api.cannot_find_prog_unit then
54: hr_api.cannot_find_prog_unit_error
55: (p_module_name => 'CREATE_TATIGKEIT_DETAILS'
56: ,p_hook_type => 'BP'
57: );
58: end;

Line 87: when hr_api.cannot_find_prog_unit then

83: ,p_object_version_number => l_object_version_number);
84:
85:
86: exception
87: when hr_api.cannot_find_prog_unit then
88: hr_api.cannot_find_prog_unit_error
89: (p_module_name => 'CREATE_TATIGKEIT_DETAILS'
90: ,p_hook_type => 'AP'
91: );

Line 88: hr_api.cannot_find_prog_unit_error

84:
85:
86: exception
87: when hr_api.cannot_find_prog_unit then
88: hr_api.cannot_find_prog_unit_error
89: (p_module_name => 'CREATE_TATIGKEIT_DETAILS'
90: ,p_hook_type => 'AP'
91: );
92: end;

Line 97: raise hr_api.validate_enabled;

93: --
94: -- When in validation only mode raise the Validate_Enabled exception
95: --
96: if p_validate then
97: raise hr_api.validate_enabled;
98: end if;
99: --
100: -- Set all output arguments
101: --

Line 108: when hr_api.validate_enabled then

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
111: -- we must rollback to the savepoint
112: --

Line 142: ,p_TATIGKEIT_NUMBER In Varchar2 Default hr_api.g_Varchar2

138:
139: procedure Update_TKT_DTLS
140: (p_validate in boolean default false
141: ,p_effective_date in date
142: ,p_TATIGKEIT_NUMBER In Varchar2 Default hr_api.g_Varchar2
143: ,P_DESCRIPTION In Varchar2 Default hr_api.g_Varchar2
144: ,P_TATIGKEIT_DETAIL_ID In Number
145: ,p_object_version_number in out nocopy number) Is
146:

Line 143: ,P_DESCRIPTION In Varchar2 Default hr_api.g_Varchar2

139: procedure Update_TKT_DTLS
140: (p_validate in boolean default false
141: ,p_effective_date in date
142: ,p_TATIGKEIT_NUMBER In Varchar2 Default hr_api.g_Varchar2
143: ,P_DESCRIPTION In Varchar2 Default hr_api.g_Varchar2
144: ,P_TATIGKEIT_DETAIL_ID In Number
145: ,p_object_version_number in out nocopy number) Is
146:
147: l_proc varchar2(72) := g_package||'Update_TKT_DTLS';

Line 176: when hr_api.cannot_find_prog_unit then

172: ,p_object_version_number => l_object_version_number);
173:
174:
175: exception
176: when hr_api.cannot_find_prog_unit then
177: hr_api.cannot_find_prog_unit_error
178: (p_module_name => 'UPDATE_TATIGKEIT_DETAILS'
179: ,p_hook_type => 'BP'
180: );

Line 177: hr_api.cannot_find_prog_unit_error

173:
174:
175: exception
176: when hr_api.cannot_find_prog_unit then
177: hr_api.cannot_find_prog_unit_error
178: (p_module_name => 'UPDATE_TATIGKEIT_DETAILS'
179: ,p_hook_type => 'BP'
180: );
181: end;

Line 205: when hr_api.cannot_find_prog_unit then

201: ,P_TATIGKEIT_DETAIL_ID => p_TATIGKEIT_DETAIL_ID
202: ,p_object_version_number => l_object_version_number);
203:
204: exception
205: when hr_api.cannot_find_prog_unit then
206: hr_api.cannot_find_prog_unit_error
207: (p_module_name => 'UPDATE_TATIGKEIT_DETAILS'
208: ,p_hook_type => 'AP'
209: );

Line 206: hr_api.cannot_find_prog_unit_error

202: ,p_object_version_number => l_object_version_number);
203:
204: exception
205: when hr_api.cannot_find_prog_unit then
206: hr_api.cannot_find_prog_unit_error
207: (p_module_name => 'UPDATE_TATIGKEIT_DETAILS'
208: ,p_hook_type => 'AP'
209: );
210: end;

Line 215: raise hr_api.validate_enabled;

211: --
212: -- When in validation only mode raise the Validate_Enabled exception
213: --
214: if p_validate then
215: raise hr_api.validate_enabled;
216: end if;
217: --
218: -- Set all output arguments
219: --

Line 226: when hr_api.validate_enabled then

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
229: -- we must rollback to the savepoint
230: --

Line 276: when hr_api.cannot_find_prog_unit then

272: PQH_DE_TKTDTLS_BK3.Delete_TKT_DTLS_b
273: (p_TATIGKEIT_DETAIL_Id => p_TATIGKEIT_DETAIL_Id
274: ,p_object_version_number => p_object_version_number);
275: exception
276: when hr_api.cannot_find_prog_unit then
277: hr_api.cannot_find_prog_unit_error
278: (p_module_name => 'DELETE_TATIGKEIT_DETAILS'
279: ,p_hook_type => 'BP');
280: end;

Line 277: hr_api.cannot_find_prog_unit_error

273: (p_TATIGKEIT_DETAIL_Id => p_TATIGKEIT_DETAIL_Id
274: ,p_object_version_number => p_object_version_number);
275: exception
276: when hr_api.cannot_find_prog_unit then
277: hr_api.cannot_find_prog_unit_error
278: (p_module_name => 'DELETE_TATIGKEIT_DETAILS'
279: ,p_hook_type => 'BP');
280: end;
281: --

Line 298: when hr_api.cannot_find_prog_unit then

294: (p_TATIGKEIT_DETAIL_Id => p_TATIGKEIT_DETAIL_Id
295: ,p_object_version_number => p_object_version_number);
296:
297: exception
298: when hr_api.cannot_find_prog_unit then
299: hr_api.cannot_find_prog_unit_error
300: (p_module_name => 'DELETE_TATIGKEIT_DETAILS'
301: ,p_hook_type => 'AP');
302: end;

Line 299: hr_api.cannot_find_prog_unit_error

295: ,p_object_version_number => p_object_version_number);
296:
297: exception
298: when hr_api.cannot_find_prog_unit then
299: hr_api.cannot_find_prog_unit_error
300: (p_module_name => 'DELETE_TATIGKEIT_DETAILS'
301: ,p_hook_type => 'AP');
302: end;
303: --

Line 307: raise hr_api.validate_enabled;

303: --
304: -- When in validation only mode raise the Validate_Enabled exception
305: --
306: if p_validate then
307: raise hr_api.validate_enabled;
308: end if;
309: --
310: -- Set all output arguments
311: --

Line 314: when hr_api.validate_enabled then

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
317: -- we must rollback to the savepoint
318: --