DBA Data[Home] [Help]

APPS.PER_CANCEL_APPLICATION_API dependencies on HR_API

Line 78: when hr_api.cannot_find_prog_unit then

74: ,p_person_id => p_person_id
75: ,p_application_id => p_application_id
76: );
77: exception
78: when hr_api.cannot_find_prog_unit then
79: hr_api.cannot_find_prog_unit_error
80: (p_module_name => 'cancel_application'
81: ,p_hook_type => 'BP'
82: );

Line 79: hr_api.cannot_find_prog_unit_error

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

Line 106: ,p_end_of_time => hr_api.g_eot

102: per_cancel_hire_or_apl_pkg.do_cancel_appl
103: (
104: p_person_id => p_person_id
105: ,p_date_received => l_date_received
106: ,p_end_of_time => hr_api.g_eot
107: ,p_business_group_id => p_business_group_id
108: ,p_application_id => p_application_id
109: );
110:

Line 121: when hr_api.cannot_find_prog_unit then

117: ,p_person_id => p_person_id
118: ,p_application_id => p_application_id
119: );
120: exception
121: when hr_api.cannot_find_prog_unit then
122: hr_api.cannot_find_prog_unit_error
123: (p_module_name => 'cancel_application'
124: ,p_hook_type => 'AP'
125: );

Line 122: hr_api.cannot_find_prog_unit_error

118: ,p_application_id => p_application_id
119: );
120: exception
121: when hr_api.cannot_find_prog_unit then
122: hr_api.cannot_find_prog_unit_error
123: (p_module_name => 'cancel_application'
124: ,p_hook_type => 'AP'
125: );
126: end;

Line 131: raise hr_api.validate_enabled;

127: --
128: -- When in validation only mode raise the Validate_Enabled exception
129: --
130: if p_validate then
131: raise hr_api.validate_enabled;
132: end if;
133: --
134: -- Set all output arguments
135: --

Line 139: when hr_api.validate_enabled then

135: --
136: --
137: hr_utility.set_location(' Leaving:'||l_proc, 70);
138: exception
139: when hr_api.validate_enabled then
140: --
141: -- As the Validate_Enabled exception has been raised
142: -- we must rollback to the savepoint
143: --