DBA Data[Home] [Help]

APPS.PAY_USER_ROW_API dependencies on HR_API

Line 79: when hr_api.cannot_find_prog_unit then

75: ,p_disable_units_check => p_disable_units_check
76: ,p_row_high_range => p_row_high_range
77: );
78: exception
79: when hr_api.cannot_find_prog_unit then
80: hr_api.cannot_find_prog_unit_error
81: (p_module_name => 'create_user_row'
82: ,p_hook_type => 'BP'
83: );

Line 80: hr_api.cannot_find_prog_unit_error

76: ,p_row_high_range => p_row_high_range
77: );
78: exception
79: when hr_api.cannot_find_prog_unit then
80: hr_api.cannot_find_prog_unit_error
81: (p_module_name => 'create_user_row'
82: ,p_hook_type => 'BP'
83: );
84: end;

Line 123: when hr_api.cannot_find_prog_unit then

119: ,p_effective_start_date => l_effective_start_date
120: ,p_effective_end_date => l_effective_end_date
121: );
122: exception
123: when hr_api.cannot_find_prog_unit then
124: hr_api.cannot_find_prog_unit_error
125: (p_module_name => 'create_user_row'
126: ,p_hook_type => 'AP'
127: );

Line 124: hr_api.cannot_find_prog_unit_error

120: ,p_effective_end_date => l_effective_end_date
121: );
122: exception
123: when hr_api.cannot_find_prog_unit then
124: hr_api.cannot_find_prog_unit_error
125: (p_module_name => 'create_user_row'
126: ,p_hook_type => 'AP'
127: );
128: end;

Line 133: raise hr_api.validate_enabled;

129: --
130: -- When in validation only mode raise the Validate_Enabled exception
131: --
132: if p_validate then
133: raise hr_api.validate_enabled;
134: end if;
135: --
136: -- Set all IN OUT and OUT parameters with out values
137: --

Line 150: when hr_api.validate_enabled then

146: pay_urt_ins.ins_tl(userenv('lang'), p_user_row_id, p_row_low_range_or_name);
147: --------------------------------------------------------------------------------
148: hr_utility.set_location(' Leaving:'||l_proc, 70);
149: exception
150: when hr_api.validate_enabled then
151: --
152: -- As the Validate_Enabled exception has been raised
153: -- we must rollback to the savepoint
154: --

Line 239: ,p_row_low_range_or_name in varchar2 default hr_api.g_varchar2

235: ,p_datetrack_update_mode in varchar2
236: ,p_user_row_id in number
237: ,p_display_sequence in out nocopy number
238: ,p_object_version_number in out nocopy number
239: ,p_row_low_range_or_name in varchar2 default hr_api.g_varchar2
240: ,p_base_row_low_range_or_name in varchar2 default hr_api.g_varchar2
241: ,p_disable_range_overlap_check in boolean default false
242: ,p_disable_units_check in boolean default false
243: ,p_row_high_range in varchar2 default hr_api.g_varchar2

Line 240: ,p_base_row_low_range_or_name in varchar2 default hr_api.g_varchar2

236: ,p_user_row_id in number
237: ,p_display_sequence in out nocopy number
238: ,p_object_version_number in out nocopy number
239: ,p_row_low_range_or_name in varchar2 default hr_api.g_varchar2
240: ,p_base_row_low_range_or_name in varchar2 default hr_api.g_varchar2
241: ,p_disable_range_overlap_check in boolean default false
242: ,p_disable_units_check in boolean default false
243: ,p_row_high_range in varchar2 default hr_api.g_varchar2
244: ,p_effective_start_date out nocopy date

Line 243: ,p_row_high_range in varchar2 default hr_api.g_varchar2

239: ,p_row_low_range_or_name in varchar2 default hr_api.g_varchar2
240: ,p_base_row_low_range_or_name in varchar2 default hr_api.g_varchar2
241: ,p_disable_range_overlap_check in boolean default false
242: ,p_disable_units_check in boolean default false
243: ,p_row_high_range in varchar2 default hr_api.g_varchar2
244: ,p_effective_start_date out nocopy date
245: ,p_effective_end_date out nocopy date
246: ) is
247: --

Line 299: when hr_api.cannot_find_prog_unit then

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

Line 300: hr_api.cannot_find_prog_unit_error

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

Line 340: when hr_api.cannot_find_prog_unit then

336: ,p_effective_end_date => l_effective_end_date
337: );
338:
339: exception
340: when hr_api.cannot_find_prog_unit then
341: hr_api.cannot_find_prog_unit_error
342: (p_module_name => 'update_user_row'
343: ,p_hook_type => 'AP'
344: );

Line 341: hr_api.cannot_find_prog_unit_error

337: );
338:
339: exception
340: when hr_api.cannot_find_prog_unit then
341: hr_api.cannot_find_prog_unit_error
342: (p_module_name => 'update_user_row'
343: ,p_hook_type => 'AP'
344: );
345: end;

Line 350: raise hr_api.validate_enabled;

346: --
347: -- When in validation only mode raise the Validate_Enabled exception
348: --
349: if p_validate then
350: raise hr_api.validate_enabled;
351: end if;
352: --
353: -- Set all IN OUT and OUT parameters with out values
354: --

Line 366: when hr_api.validate_enabled then

362: pay_urt_upd.upd_tl(userenv('lang'), p_user_row_id, p_row_low_range_or_name);
363: --------------------------------------------------------------------------------
364: hr_utility.set_location(' Leaving:'||l_proc, 70);
365: exception
366: when hr_api.validate_enabled then
367: --
368: -- As the Validate_Enabled exception has been raised
369: -- we must rollback to the savepoint
370: --

Line 454: when hr_api.cannot_find_prog_unit then

450: ,p_object_version_number => l_object_version_number
451: ,p_disable_range_overlap_check => p_disable_range_overlap_check
452: );
453: exception
454: when hr_api.cannot_find_prog_unit then
455: hr_api.cannot_find_prog_unit_error
456: (p_module_name => 'delete_user_row'
457: ,p_hook_type => 'BP'
458: );

Line 455: hr_api.cannot_find_prog_unit_error

451: ,p_disable_range_overlap_check => p_disable_range_overlap_check
452: );
453: exception
454: when hr_api.cannot_find_prog_unit then
455: hr_api.cannot_find_prog_unit_error
456: (p_module_name => 'delete_user_row'
457: ,p_hook_type => 'BP'
458: );
459: end;

Line 486: when hr_api.cannot_find_prog_unit then

482: ,p_effective_start_date => l_effective_start_date
483: ,p_effective_end_date => l_effective_end_date
484: );
485: exception
486: when hr_api.cannot_find_prog_unit then
487: hr_api.cannot_find_prog_unit_error
488: (p_module_name => 'delete_user_row'
489: ,p_hook_type => 'AP'
490: );

Line 487: hr_api.cannot_find_prog_unit_error

483: ,p_effective_end_date => l_effective_end_date
484: );
485: exception
486: when hr_api.cannot_find_prog_unit then
487: hr_api.cannot_find_prog_unit_error
488: (p_module_name => 'delete_user_row'
489: ,p_hook_type => 'AP'
490: );
491: end;

Line 496: raise hr_api.validate_enabled;

492: --
493: -- When in validation only mode raise the Validate_Enabled exception
494: --
495: if p_validate then
496: raise hr_api.validate_enabled;
497: end if;
498: --
499: -- Set all IN OUT and OUT parameters with out values
500: --

Line 513: when hr_api.validate_enabled then

509: end if;
510: --------------------------------------------------------------------------------
511: hr_utility.set_location(' Leaving:'||l_proc, 70);
512: exception
513: when hr_api.validate_enabled then
514: --
515: -- As the Validate_Enabled exception has been raised
516: -- we must rollback to the savepoint
517: --