DBA Data[Home] [Help]

APPS.HR_PER_DEPLYMT_CONTACT_API dependencies on HR_API

Line 46: when hr_api.cannot_find_prog_unit then

42: (p_person_deployment_id => p_person_deployment_id
43: ,p_contact_relationship_id => p_contact_relationship_id
44: );
45: exception
46: when hr_api.cannot_find_prog_unit then
47: hr_api.cannot_find_prog_unit_error
48: (p_module_name => 'CREATE_PER_DEPLYMT_CONTACT'
49: ,p_hook_type => 'BP'
50: );

Line 47: hr_api.cannot_find_prog_unit_error

43: ,p_contact_relationship_id => p_contact_relationship_id
44: );
45: exception
46: when hr_api.cannot_find_prog_unit then
47: hr_api.cannot_find_prog_unit_error
48: (p_module_name => 'CREATE_PER_DEPLYMT_CONTACT'
49: ,p_hook_type => 'BP'
50: );
51: end;

Line 76: when hr_api.cannot_find_prog_unit then

72: ,p_per_deplymt_contact_id => l_per_deplymt_contact_id
73: ,p_object_version_number => l_object_version_number
74: );
75: exception
76: when hr_api.cannot_find_prog_unit then
77: hr_api.cannot_find_prog_unit_error
78: (p_module_name => 'CREATE_PER_DEPLYMT_CONTACT'
79: ,p_hook_type => 'AP'
80: );

Line 77: hr_api.cannot_find_prog_unit_error

73: ,p_object_version_number => l_object_version_number
74: );
75: exception
76: when hr_api.cannot_find_prog_unit then
77: hr_api.cannot_find_prog_unit_error
78: (p_module_name => 'CREATE_PER_DEPLYMT_CONTACT'
79: ,p_hook_type => 'AP'
80: );
81: end;

Line 86: raise hr_api.validate_enabled;

82: --
83: -- When in validation only mode raise the Validate_Enabled exception
84: --
85: if p_validate then
86: raise hr_api.validate_enabled;
87: end if;
88: --
89: -- Set all IN OUT and OUT parameters with out values
90: --

Line 96: when hr_api.validate_enabled then

92: p_object_version_number := l_object_version_number;
93: --
94: hr_utility.set_location(' Leaving:'||l_proc, 70);
95: exception
96: when hr_api.validate_enabled then
97: --
98: -- As the Validate_Enabled exception has been raised
99: -- we must rollback to the savepoint
100: --

Line 160: when hr_api.cannot_find_prog_unit then

156: (p_per_deplymt_contact_id => p_per_deplymt_contact_id
157: ,p_object_version_number => p_object_version_number
158: );
159: exception
160: when hr_api.cannot_find_prog_unit then
161: hr_api.cannot_find_prog_unit_error
162: (p_module_name => 'DELETE_PER_DEPLYMT_CONTACT'
163: ,p_hook_type => 'BP'
164: );

Line 161: hr_api.cannot_find_prog_unit_error

157: ,p_object_version_number => p_object_version_number
158: );
159: exception
160: when hr_api.cannot_find_prog_unit then
161: hr_api.cannot_find_prog_unit_error
162: (p_module_name => 'DELETE_PER_DEPLYMT_CONTACT'
163: ,p_hook_type => 'BP'
164: );
165: end;

Line 186: when hr_api.cannot_find_prog_unit then

182: (p_per_deplymt_contact_id => p_per_deplymt_contact_id
183: ,p_object_version_number => p_object_version_number
184: );
185: exception
186: when hr_api.cannot_find_prog_unit then
187: hr_api.cannot_find_prog_unit_error
188: (p_module_name => 'DELETE_PER_DEPLYMT_CONTACT'
189: ,p_hook_type => 'AP'
190: );

Line 187: hr_api.cannot_find_prog_unit_error

183: ,p_object_version_number => p_object_version_number
184: );
185: exception
186: when hr_api.cannot_find_prog_unit then
187: hr_api.cannot_find_prog_unit_error
188: (p_module_name => 'DELETE_PER_DEPLYMT_CONTACT'
189: ,p_hook_type => 'AP'
190: );
191: end;

Line 196: raise hr_api.validate_enabled;

192: --
193: -- When in validation only mode raise the Validate_Enabled exception
194: --
195: if p_validate then
196: raise hr_api.validate_enabled;
197: end if;
198: --
199: -- Set all IN OUT and OUT parameters with out values
200: --

Line 204: when hr_api.validate_enabled then

200: --
201: --
202: hr_utility.set_location(' Leaving:'||l_proc, 70);
203: exception
204: when hr_api.validate_enabled then
205: --
206: -- As the Validate_Enabled exception has been raised
207: -- we must rollback to the savepoint
208: --