DBA Data[Home] [Help]

APPS.PER_JOB_GROUP_API dependencies on HR_API

Line 54: when hr_api.cannot_find_prog_unit then

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

Line 55: hr_api.cannot_find_prog_unit_error

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

Line 89: when hr_api.cannot_find_prog_unit then

85: ,p_job_group_id => l_job_group_id
86: ,p_object_version_number => l_object_version_number
87: );
88: exception
89: when hr_api.cannot_find_prog_unit then
90: hr_api.cannot_find_prog_unit_error
91: (p_module_name => 'CREATE_JOB_GROUP_a'
92: ,p_hook_type => 'AP'
93: );

Line 90: hr_api.cannot_find_prog_unit_error

86: ,p_object_version_number => l_object_version_number
87: );
88: exception
89: when hr_api.cannot_find_prog_unit then
90: hr_api.cannot_find_prog_unit_error
91: (p_module_name => 'CREATE_JOB_GROUP_a'
92: ,p_hook_type => 'AP'
93: );
94: end;

Line 99: raise hr_api.validate_enabled;

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

Line 109: when hr_api.validate_enabled then

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

Line 147: ,p_business_group_id in number default hr_api.g_number

143: procedure UPDATE_JOB_GROUP
144: (p_validate in boolean default false
145: ,p_effective_date in date
146: ,p_job_group_id in number
147: ,p_business_group_id in number default hr_api.g_number
148: ,p_legislation_code in varchar2 default hr_api.g_varchar2
149: ,p_internal_name in varchar2
150: ,p_displayed_name in varchar2
151: ,p_id_flex_num in number

Line 148: ,p_legislation_code in varchar2 default hr_api.g_varchar2

144: (p_validate in boolean default false
145: ,p_effective_date in date
146: ,p_job_group_id in number
147: ,p_business_group_id in number default hr_api.g_number
148: ,p_legislation_code in varchar2 default hr_api.g_varchar2
149: ,p_internal_name in varchar2
150: ,p_displayed_name in varchar2
151: ,p_id_flex_num in number
152: ,p_master_flag in varchar2 default hr_api.g_varchar2

Line 152: ,p_master_flag in varchar2 default hr_api.g_varchar2

148: ,p_legislation_code in varchar2 default hr_api.g_varchar2
149: ,p_internal_name in varchar2
150: ,p_displayed_name in varchar2
151: ,p_id_flex_num in number
152: ,p_master_flag in varchar2 default hr_api.g_varchar2
153: ,p_object_version_number in out nocopy number
154: ) is
155: --
156: -- Declare cursors and local variables

Line 192: when hr_api.cannot_find_prog_unit then

188: ,p_id_flex_num => p_id_flex_num
189: ,p_master_flag => p_master_flag
190: );
191: exception
192: when hr_api.cannot_find_prog_unit then
193: hr_api.cannot_find_prog_unit_error
194: (p_module_name => 'UPDATE_JOB_GROUP_b'
195: ,p_hook_type => 'BP'
196: );

Line 193: hr_api.cannot_find_prog_unit_error

189: ,p_master_flag => p_master_flag
190: );
191: exception
192: when hr_api.cannot_find_prog_unit then
193: hr_api.cannot_find_prog_unit_error
194: (p_module_name => 'UPDATE_JOB_GROUP_b'
195: ,p_hook_type => 'BP'
196: );
197: end;

Line 227: when hr_api.cannot_find_prog_unit then

223: ,p_id_flex_num => p_id_flex_num
224: ,p_master_flag => p_master_flag
225: );
226: exception
227: when hr_api.cannot_find_prog_unit then
228: hr_api.cannot_find_prog_unit_error
229: (p_module_name => 'UPDATE_JOB_GROUP_a'
230: ,p_hook_type => 'AP'
231: );

Line 228: hr_api.cannot_find_prog_unit_error

224: ,p_master_flag => p_master_flag
225: );
226: exception
227: when hr_api.cannot_find_prog_unit then
228: hr_api.cannot_find_prog_unit_error
229: (p_module_name => 'UPDATE_JOB_GROUP_a'
230: ,p_hook_type => 'AP'
231: );
232: end;

Line 237: raise hr_api.validate_enabled;

233: --
234: -- When in validation only mode raise the Validate_Enabled exception
235: --
236: if p_validate then
237: raise hr_api.validate_enabled;
238: end if;
239: --
240: -- Set all output arguments
241: --

Line 246: when hr_api.validate_enabled then

242: p_object_version_number := l_object_version_number;
243: --
244: hr_utility.set_location(' Leaving:'||l_proc, 70);
245: exception
246: when hr_api.validate_enabled then
247: --
248: -- As the Validate_Enabled exception has been raised
249: -- we must rollback to the savepoint
250: --

Line 299: when hr_api.cannot_find_prog_unit then

295: (p_job_group_id => p_job_group_id
296: ,p_object_version_number => p_object_version_number
297: );
298: exception
299: when hr_api.cannot_find_prog_unit then
300: hr_api.cannot_find_prog_unit_error
301: (p_module_name => 'DELETE_JOB_GROUP_b'
302: ,p_hook_type => 'BP'
303: );

Line 300: hr_api.cannot_find_prog_unit_error

296: ,p_object_version_number => p_object_version_number
297: );
298: exception
299: when hr_api.cannot_find_prog_unit then
300: hr_api.cannot_find_prog_unit_error
301: (p_module_name => 'DELETE_JOB_GROUP_b'
302: ,p_hook_type => 'BP'
303: );
304: end;

Line 317: when hr_api.cannot_find_prog_unit then

313: (p_job_group_id => p_job_group_id
314: ,p_object_version_number => p_object_version_number
315: );
316: exception
317: when hr_api.cannot_find_prog_unit then
318: hr_api.cannot_find_prog_unit_error
319: (p_module_name => 'UPDATE_JOB_GROUP_a'
320: ,p_hook_type => 'AP'
321: );

Line 318: hr_api.cannot_find_prog_unit_error

314: ,p_object_version_number => p_object_version_number
315: );
316: exception
317: when hr_api.cannot_find_prog_unit then
318: hr_api.cannot_find_prog_unit_error
319: (p_module_name => 'UPDATE_JOB_GROUP_a'
320: ,p_hook_type => 'AP'
321: );
322: end;

Line 327: raise hr_api.validate_enabled;

323: --
324: -- When in validation only mode raise the Validate_Enabled exception
325: --
326: if p_validate then
327: raise hr_api.validate_enabled;
328: end if;
329: --
330: hr_utility.set_location(' Leaving:'||l_proc, 70);
331: exception

Line 332: when hr_api.validate_enabled then

328: end if;
329: --
330: hr_utility.set_location(' Leaving:'||l_proc, 70);
331: exception
332: when hr_api.validate_enabled then
333: --
334: -- As the Validate_Enabled exception has been raised
335: -- we must rollback to the savepoint
336: --