DBA Data[Home] [Help]

APPS.HR_FORM_DATA_GROUP_ITEMS_API dependencies on HR_API

Line 47: when hr_api.cannot_find_prog_unit then

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

Line 48: hr_api.cannot_find_prog_unit_error

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

Line 79: when hr_api.cannot_find_prog_unit then

75: ,p_form_data_group_item_id => l_form_data_group_item_id
76: ,p_object_version_number => l_object_version_number
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_form_data_group_item'
82: ,p_hook_type => 'AP'
83: );

Line 80: hr_api.cannot_find_prog_unit_error

76: ,p_object_version_number => l_object_version_number
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_form_data_group_item'
82: ,p_hook_type => 'AP'
83: );
84: end;

Line 91: raise hr_api.validate_enabled;

87: --
88: hr_utility.set_location('At:'|| l_proc, 25);
89:
90: if p_validate then
91: raise hr_api.validate_enabled;
92: end if;
93: --
94: -- Set all output arguments
95: --

Line 101: when hr_api.validate_enabled then

97: p_object_version_number := l_object_version_number;
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 157: when hr_api.cannot_find_prog_unit then

153: (p_form_data_group_item_id => p_form_data_group_item_id
154: ,p_object_version_number => p_object_version_number);
155:
156: exception
157: when hr_api.cannot_find_prog_unit then
158: hr_api.cannot_find_prog_unit_error
159: (p_module_name => 'delete_form_data_group_item'
160: ,p_hook_type => 'BP'
161: );

Line 158: hr_api.cannot_find_prog_unit_error

154: ,p_object_version_number => p_object_version_number);
155:
156: exception
157: when hr_api.cannot_find_prog_unit then
158: hr_api.cannot_find_prog_unit_error
159: (p_module_name => 'delete_form_data_group_item'
160: ,p_hook_type => 'BP'
161: );
162: end;

Line 182: when hr_api.cannot_find_prog_unit then

178: hr_form_data_group_items_bk2.delete_form_data_group_item_a
179: (p_form_data_group_item_id => p_form_data_group_item_id
180: ,p_object_version_number => p_object_version_number);
181: exception
182: when hr_api.cannot_find_prog_unit then
183: hr_api.cannot_find_prog_unit_error
184: (p_module_name => 'delete_form_data_group_item'
185: ,p_hook_type => 'AP'
186: );

Line 183: hr_api.cannot_find_prog_unit_error

179: (p_form_data_group_item_id => p_form_data_group_item_id
180: ,p_object_version_number => p_object_version_number);
181: exception
182: when hr_api.cannot_find_prog_unit then
183: hr_api.cannot_find_prog_unit_error
184: (p_module_name => 'delete_form_data_group_item'
185: ,p_hook_type => 'AP'
186: );
187: end;

Line 194: raise hr_api.validate_enabled;

190: --
191: hr_utility.set_location('At:'|| l_proc, 25);
192:
193: if p_validate then
194: raise hr_api.validate_enabled;
195: end if;
196: --
197: hr_utility.set_location(' Leaving:'||l_proc, 70);
198: exception

Line 199: when hr_api.validate_enabled then

195: end if;
196: --
197: hr_utility.set_location(' Leaving:'||l_proc, 70);
198: exception
199: when hr_api.validate_enabled then
200: --
201: -- As the Validate_Enabled exception has been raised
202: -- we must rollback to the savepoint
203: --