DBA Data[Home] [Help]

APPS.HR_KI_UI_CONTEXTS_API dependencies on HR_API

Line 49: when hr_api.cannot_find_prog_unit then

45: ,p_label => p_label
46: ,p_location => p_location
47: );
48: exception
49: when hr_api.cannot_find_prog_unit then
50: hr_api.cannot_find_prog_unit_error
51: (p_module_name => 'CREATE_UI_CONTEXT'
52: ,p_hook_type => 'BP'
53: );

Line 50: hr_api.cannot_find_prog_unit_error

46: ,p_location => p_location
47: );
48: exception
49: when hr_api.cannot_find_prog_unit then
50: hr_api.cannot_find_prog_unit_error
51: (p_module_name => 'CREATE_UI_CONTEXT'
52: ,p_hook_type => 'BP'
53: );
54: end;

Line 80: when hr_api.cannot_find_prog_unit then

76: ,p_ui_context_id => l_ui_context_id
77: ,p_object_version_number => l_object_version_number
78: );
79: exception
80: when hr_api.cannot_find_prog_unit then
81: hr_api.cannot_find_prog_unit_error
82: (p_module_name => 'CREATE_UI_CONTEXT'
83: ,p_hook_type => 'AP'
84: );

Line 81: hr_api.cannot_find_prog_unit_error

77: ,p_object_version_number => l_object_version_number
78: );
79: exception
80: when hr_api.cannot_find_prog_unit then
81: hr_api.cannot_find_prog_unit_error
82: (p_module_name => 'CREATE_UI_CONTEXT'
83: ,p_hook_type => 'AP'
84: );
85: end;

Line 90: raise hr_api.validate_enabled;

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

Line 101: when hr_api.validate_enabled then

97:
98: --
99: hr_utility.set_location(' Leaving:'||l_proc, 70);
100: exception
101: when hr_api.validate_enabled then
102: --
103: -- As the Validate_Enabled exception has been raised
104: -- we must rollback to the savepoint
105: --

Line 170: when hr_api.cannot_find_prog_unit then

166: ,p_object_version_number => p_object_version_number
167:
168: );
169: exception
170: when hr_api.cannot_find_prog_unit then
171: hr_api.cannot_find_prog_unit_error
172: (p_module_name => 'DELETE_UI_CONTEXT'
173: ,p_hook_type => 'BP'
174: );

Line 171: hr_api.cannot_find_prog_unit_error

167:
168: );
169: exception
170: when hr_api.cannot_find_prog_unit then
171: hr_api.cannot_find_prog_unit_error
172: (p_module_name => 'DELETE_UI_CONTEXT'
173: ,p_hook_type => 'BP'
174: );
175: end;

Line 202: when hr_api.cannot_find_prog_unit then

198: p_ui_context_id => p_ui_context_id
199: ,p_object_version_number => p_object_version_number
200: );
201: exception
202: when hr_api.cannot_find_prog_unit then
203: hr_api.cannot_find_prog_unit_error
204: (p_module_name => 'DELETE_UI_CONTEXT'
205: ,p_hook_type => 'AP'
206: );

Line 203: hr_api.cannot_find_prog_unit_error

199: ,p_object_version_number => p_object_version_number
200: );
201: exception
202: when hr_api.cannot_find_prog_unit then
203: hr_api.cannot_find_prog_unit_error
204: (p_module_name => 'DELETE_UI_CONTEXT'
205: ,p_hook_type => 'AP'
206: );
207: end;

Line 212: raise hr_api.validate_enabled;

208: --
209: -- When in validation only mode raise the Validate_Enabled exception
210: --
211: if p_validate then
212: raise hr_api.validate_enabled;
213: end if;
214: --
215: -- Set all IN OUT and OUT parameters with out values
216: --

Line 221: when hr_api.validate_enabled then

217:
218: --
219: hr_utility.set_location(' Leaving:'||l_proc, 70);
220: exception
221: when hr_api.validate_enabled then
222: --
223: -- As the Validate_Enabled exception has been raised
224: -- we must rollback to the savepoint
225: --