DBA Data[Home] [Help]

APPS.PQH_DE_OPERATION_GROUPS_API dependencies on HR_API

Line 53: when hr_api.cannot_find_prog_unit then

49: ,p_business_group_id => p_business_group_id
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_OPERATION_GROUPS'
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_OPERATION_GROUPS'
56: ,p_hook_type => 'BP'
57: );
58: end;

Line 91: when hr_api.cannot_find_prog_unit then

87: );
88:
89:
90: exception
91: when hr_api.cannot_find_prog_unit then
92: hr_api.cannot_find_prog_unit_error
93: (p_module_name => 'CREATE_OPERATION_GROUPS'
94: ,p_hook_type => 'AP'
95: );

Line 92: hr_api.cannot_find_prog_unit_error

88:
89:
90: exception
91: when hr_api.cannot_find_prog_unit then
92: hr_api.cannot_find_prog_unit_error
93: (p_module_name => 'CREATE_OPERATION_GROUPS'
94: ,p_hook_type => 'AP'
95: );
96: end;

Line 101: raise hr_api.validate_enabled;

97: --
98: -- When in validation only mode raise the Validate_Enabled exception
99: --
100: if p_validate then
101: raise hr_api.validate_enabled;
102: end if;
103: --
104: -- Set all output arguments
105: --

Line 112: when hr_api.validate_enabled then

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
115: -- we must rollback to the savepoint
116: --

Line 147: ,p_operation_Group_CODE in varchar2 default hr_api.g_varchar2

143: (p_validate in boolean default false
144: ,p_effective_date in date
145: ,p_operation_GROUP_ID in number
146: ,p_object_version_number in out nocopy number
147: ,p_operation_Group_CODE in varchar2 default hr_api.g_varchar2
148: ,p_description in varchar2 default hr_api.g_varchar2
149: ,p_business_group_id in number default hr_api.g_number
150: ) is
151:

Line 148: ,p_description in varchar2 default hr_api.g_varchar2

144: ,p_effective_date in date
145: ,p_operation_GROUP_ID in number
146: ,p_object_version_number in out nocopy number
147: ,p_operation_Group_CODE in varchar2 default hr_api.g_varchar2
148: ,p_description in varchar2 default hr_api.g_varchar2
149: ,p_business_group_id in number default hr_api.g_number
150: ) is
151:
152: l_proc varchar2(72) := g_package||'Update_OPERATION_GROUPS';

Line 149: ,p_business_group_id in number default hr_api.g_number

145: ,p_operation_GROUP_ID in number
146: ,p_object_version_number in out nocopy number
147: ,p_operation_Group_CODE in varchar2 default hr_api.g_varchar2
148: ,p_description in varchar2 default hr_api.g_varchar2
149: ,p_business_group_id in number default hr_api.g_number
150: ) is
151:
152: l_proc varchar2(72) := g_package||'Update_OPERATION_GROUPS';
153: l_object_Version_Number PQH_DE_OPERATION_GROUPS.OBJECT_VERSION_NUMBER%TYPE := P_Object_version_Number;

Line 182: when hr_api.cannot_find_prog_unit then

178: );
179:
180:
181: exception
182: when hr_api.cannot_find_prog_unit then
183: hr_api.cannot_find_prog_unit_error
184: (p_module_name => 'UPDATE_OPERATION_GROUPS'
185: ,p_hook_type => 'BP'
186: );

Line 183: hr_api.cannot_find_prog_unit_error

179:
180:
181: exception
182: when hr_api.cannot_find_prog_unit then
183: hr_api.cannot_find_prog_unit_error
184: (p_module_name => 'UPDATE_OPERATION_GROUPS'
185: ,p_hook_type => 'BP'
186: );
187: end;

Line 214: when hr_api.cannot_find_prog_unit then

210: ,p_business_group_id => p_business_group_id
211: );
212:
213: exception
214: when hr_api.cannot_find_prog_unit then
215: hr_api.cannot_find_prog_unit_error
216: (p_module_name => 'UPDATE_OPERATION_GROUPS'
217: ,p_hook_type => 'AP'
218: );

Line 215: hr_api.cannot_find_prog_unit_error

211: );
212:
213: exception
214: when hr_api.cannot_find_prog_unit then
215: hr_api.cannot_find_prog_unit_error
216: (p_module_name => 'UPDATE_OPERATION_GROUPS'
217: ,p_hook_type => 'AP'
218: );
219: end;

Line 224: raise hr_api.validate_enabled;

220: --
221: -- When in validation only mode raise the Validate_Enabled exception
222: --
223: if p_validate then
224: raise hr_api.validate_enabled;
225: end if;
226: --
227: -- Set all output arguments
228: --

Line 235: when hr_api.validate_enabled then

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
238: -- we must rollback to the savepoint
239: --

Line 288: when hr_api.cannot_find_prog_unit then

284: ,p_object_version_number => p_object_version_number);
285:
286:
287: exception
288: when hr_api.cannot_find_prog_unit then
289: hr_api.cannot_find_prog_unit_error
290: (p_module_name => 'delete_OPERATION_GROUPS'
291: ,p_hook_type => 'BP');
292: end;

Line 289: hr_api.cannot_find_prog_unit_error

285:
286:
287: exception
288: when hr_api.cannot_find_prog_unit then
289: hr_api.cannot_find_prog_unit_error
290: (p_module_name => 'delete_OPERATION_GROUPS'
291: ,p_hook_type => 'BP');
292: end;
293: --

Line 310: when hr_api.cannot_find_prog_unit then

306: (p_operation_GROUP_ID => p_operation_GROUP_ID
307: ,p_object_version_number => p_object_version_number);
308:
309: exception
310: when hr_api.cannot_find_prog_unit then
311: hr_api.cannot_find_prog_unit_error
312: (p_module_name => 'DELETE_OPERATION_GROUPS'
313: ,p_hook_type => 'AP');
314: end;

Line 311: hr_api.cannot_find_prog_unit_error

307: ,p_object_version_number => p_object_version_number);
308:
309: exception
310: when hr_api.cannot_find_prog_unit then
311: hr_api.cannot_find_prog_unit_error
312: (p_module_name => 'DELETE_OPERATION_GROUPS'
313: ,p_hook_type => 'AP');
314: end;
315: --

Line 319: raise hr_api.validate_enabled;

315: --
316: -- When in validation only mode raise the Validate_Enabled exception
317: --
318: if p_validate then
319: raise hr_api.validate_enabled;
320: end if;
321: --
322: -- Set all output arguments
323: --

Line 326: when hr_api.validate_enabled then

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
329: -- we must rollback to the savepoint
330: --