DBA Data[Home] [Help]

APPS.HR_CANCEL_PLACEMENT_API dependencies on HR_API

Line 81: WHEN hr_api.cannot_find_prog_unit THEN

77: ,p_effective_date => l_effective_date);
78: --
79: EXCEPTION
80: --
81: WHEN hr_api.cannot_find_prog_unit THEN
82: --
83: hr_api.cannot_find_prog_unit_error
84: (p_module_name => 'cancel_placement'
85: ,p_hook_type => 'BP');

Line 83: hr_api.cannot_find_prog_unit_error

79: EXCEPTION
80: --
81: WHEN hr_api.cannot_find_prog_unit THEN
82: --
83: hr_api.cannot_find_prog_unit_error
84: (p_module_name => 'cancel_placement'
85: ,p_hook_type => 'BP');
86: --
87: END;

Line 148: WHEN hr_api.cannot_find_prog_unit THEN

144: ,p_payment_warning => p_payment_warning);
145: --
146: EXCEPTION
147: --
148: WHEN hr_api.cannot_find_prog_unit THEN
149: --
150: hr_api.cannot_find_prog_unit_error
151: (p_module_name => 'cancel_placement'
152: ,p_hook_type => 'AP');

Line 150: hr_api.cannot_find_prog_unit_error

146: EXCEPTION
147: --
148: WHEN hr_api.cannot_find_prog_unit THEN
149: --
150: hr_api.cannot_find_prog_unit_error
151: (p_module_name => 'cancel_placement'
152: ,p_hook_type => 'AP');
153: --
154: END;

Line 162: RAISE hr_api.validate_enabled;

158: -- When in validation only mode raise the Validate_Enabled exception
159: --
160: IF p_validate THEN
161: --
162: RAISE hr_api.validate_enabled;
163: --
164: END IF;
165: --
166: -- Set all output arguments

Line 172: WHEN hr_api.validate_enabled THEN

168: hr_utility.set_location(' Leaving:'||l_proc, 997);
169: --
170: EXCEPTION
171: --
172: WHEN hr_api.validate_enabled THEN
173: --
174: -- As the Validate_Enabled exception has been raised
175: -- we must rollback to the savepoint
176: --