DBA Data[Home] [Help]

APPS.PAY_USER_COLUMN_INSTANCE_API dependencies on HR_API

Line 60: when hr_api.cannot_find_prog_unit then

56: ,p_business_group_id => p_business_group_id
57: ,p_legislation_code => p_legislation_code
58: );
59: exception
60: when hr_api.cannot_find_prog_unit then
61: hr_api.cannot_find_prog_unit_error
62: (p_module_name => 'create_user_column_instance'
63: ,p_hook_type => 'BP'
64: );

Line 61: hr_api.cannot_find_prog_unit_error

57: ,p_legislation_code => p_legislation_code
58: );
59: exception
60: when hr_api.cannot_find_prog_unit then
61: hr_api.cannot_find_prog_unit_error
62: (p_module_name => 'create_user_column_instance'
63: ,p_hook_type => 'BP'
64: );
65: end;

Line 100: when hr_api.cannot_find_prog_unit then

96: ,p_effective_end_date => l_effective_end_date
97: );
98:
99: exception
100: when hr_api.cannot_find_prog_unit then
101: hr_api.cannot_find_prog_unit_error
102: (p_module_name => 'create_user_column_instance'
103: ,p_hook_type => 'AP'
104: );

Line 101: hr_api.cannot_find_prog_unit_error

97: );
98:
99: exception
100: when hr_api.cannot_find_prog_unit then
101: hr_api.cannot_find_prog_unit_error
102: (p_module_name => 'create_user_column_instance'
103: ,p_hook_type => 'AP'
104: );
105: end;

Line 110: raise hr_api.validate_enabled;

106: --
107: -- When in validation only mode raise the Validate_Enabled exception
108: --
109: if p_validate then
110: raise hr_api.validate_enabled;
111: end if;
112: --
113: -- Set all IN OUT and OUT parameters with out values
114: --

Line 123: when hr_api.validate_enabled then

119:
120: --
121: hr_utility.set_location(' Leaving:'||l_proc, 70);
122: exception
123: when hr_api.validate_enabled then
124: --
125: -- As the Validate_Enabled exception has been raised
126: -- we must rollback to the savepoint
127: --

Line 167: ,p_value in varchar2 default HR_API.G_VARCHAR2

163: (p_validate in boolean default false
164: ,p_effective_date in date
165: ,p_user_column_instance_id in number
166: ,p_datetrack_update_mode in varchar2
167: ,p_value in varchar2 default HR_API.G_VARCHAR2
168: ,p_object_version_number in out nocopy number
169: ,p_effective_start_date out nocopy date
170: ,p_effective_end_date out nocopy date
171: ) is

Line 211: when hr_api.cannot_find_prog_unit then

207: ,p_value => p_value
208: ,p_object_version_number => l_object_version_number
209: );
210: exception
211: when hr_api.cannot_find_prog_unit then
212: hr_api.cannot_find_prog_unit_error
213: (p_module_name => 'update_user_column_instance'
214: ,p_hook_type => 'BP'
215: );

Line 212: hr_api.cannot_find_prog_unit_error

208: ,p_object_version_number => l_object_version_number
209: );
210: exception
211: when hr_api.cannot_find_prog_unit then
212: hr_api.cannot_find_prog_unit_error
213: (p_module_name => 'update_user_column_instance'
214: ,p_hook_type => 'BP'
215: );
216: end;

Line 244: when hr_api.cannot_find_prog_unit then

240: ,p_effective_end_date => l_effective_end_date
241: );
242:
243: exception
244: when hr_api.cannot_find_prog_unit then
245: hr_api.cannot_find_prog_unit_error
246: (p_module_name => 'update_user_column_instance'
247: ,p_hook_type => 'AP'
248: );

Line 245: hr_api.cannot_find_prog_unit_error

241: );
242:
243: exception
244: when hr_api.cannot_find_prog_unit then
245: hr_api.cannot_find_prog_unit_error
246: (p_module_name => 'update_user_column_instance'
247: ,p_hook_type => 'AP'
248: );
249: end;

Line 254: raise hr_api.validate_enabled;

250: --
251: -- When in validation only mode raise the Validate_Enabled exception
252: --
253: if p_validate then
254: raise hr_api.validate_enabled;
255: end if;
256: --
257: -- Set all IN OUT and OUT parameters with out values
258: --

Line 266: when hr_api.validate_enabled then

262:
263: --
264: hr_utility.set_location(' Leaving:'||l_proc, 70);
265: exception
266: when hr_api.validate_enabled then
267: --
268: -- As the Validate_Enabled exception has been raised
269: -- we must rollback to the savepoint
270: --

Line 349: when hr_api.cannot_find_prog_unit then

345: ,p_datetrack_update_mode => p_datetrack_update_mode
346: ,p_object_version_number => l_object_version_number
347: );
348: exception
349: when hr_api.cannot_find_prog_unit then
350: hr_api.cannot_find_prog_unit_error
351: (p_module_name => 'delete_user_column_instance'
352: ,p_hook_type => 'BP'
353: );

Line 350: hr_api.cannot_find_prog_unit_error

346: ,p_object_version_number => l_object_version_number
347: );
348: exception
349: when hr_api.cannot_find_prog_unit then
350: hr_api.cannot_find_prog_unit_error
351: (p_module_name => 'delete_user_column_instance'
352: ,p_hook_type => 'BP'
353: );
354: end;

Line 380: when hr_api.cannot_find_prog_unit then

376: ,p_effective_end_date => l_effective_end_date
377: );
378:
379: exception
380: when hr_api.cannot_find_prog_unit then
381: hr_api.cannot_find_prog_unit_error
382: (p_module_name => 'delete_user_column_instance'
383: ,p_hook_type => 'AP'
384: );

Line 381: hr_api.cannot_find_prog_unit_error

377: );
378:
379: exception
380: when hr_api.cannot_find_prog_unit then
381: hr_api.cannot_find_prog_unit_error
382: (p_module_name => 'delete_user_column_instance'
383: ,p_hook_type => 'AP'
384: );
385: end;

Line 390: raise hr_api.validate_enabled;

386: --
387: -- When in validation only mode raise the Validate_Enabled exception
388: --
389: if p_validate then
390: raise hr_api.validate_enabled;
391: end if;
392: --
393: -- Set all IN OUT and OUT parameters with out values
394: --

Line 402: when hr_api.validate_enabled then

398:
399: --
400: hr_utility.set_location(' Leaving:'||l_proc, 70);
401: exception
402: when hr_api.validate_enabled then
403: --
404: -- As the Validate_Enabled exception has been raised
405: -- we must rollback to the savepoint
406: --