DBA Data[Home] [Help]

APPS.IRC_VARIABLE_COMP_ELEMENT_API dependencies on HR_API

Line 46: when hr_api.cannot_find_prog_unit then

42: ,p_variable_comp_lookup => p_variable_comp_lookup
43: ,p_effective_date => l_effective_date
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_VARIABLE_COMPENSATION'
49: ,p_hook_type => 'BP'
50: );

Line 47: hr_api.cannot_find_prog_unit_error

43: ,p_effective_date => l_effective_date
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_VARIABLE_COMPENSATION'
49: ,p_hook_type => 'BP'
50: );
51: end;

Line 74: when hr_api.cannot_find_prog_unit then

70: ,p_effective_date => l_effective_date
71: ,p_object_version_number => l_object_version_number
72: );
73: exception
74: when hr_api.cannot_find_prog_unit then
75: hr_api.cannot_find_prog_unit_error
76: (p_module_name => 'CREATE_VARIABLE_COMPENSATION'
77: ,p_hook_type => 'AP'
78: );

Line 75: hr_api.cannot_find_prog_unit_error

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

Line 84: raise hr_api.validate_enabled;

80: --
81: -- When in validation only mode raise the Validate_Enabled exception
82: --
83: if p_validate then
84: raise hr_api.validate_enabled;
85: end if;
86: --
87: -- Set all output arguments
88: p_object_version_number := l_object_version_number;

Line 92: when hr_api.validate_enabled then

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

Line 147: when hr_api.cannot_find_prog_unit then

143: ,p_variable_comp_lookup => p_variable_comp_lookup
144: ,p_object_version_number => p_object_version_number
145: );
146: exception
147: when hr_api.cannot_find_prog_unit then
148: hr_api.cannot_find_prog_unit_error
149: (p_module_name => 'DELETE_VARIABLE_COMPENSATION'
150: ,p_hook_type => 'BP'
151: );

Line 148: hr_api.cannot_find_prog_unit_error

144: ,p_object_version_number => p_object_version_number
145: );
146: exception
147: when hr_api.cannot_find_prog_unit then
148: hr_api.cannot_find_prog_unit_error
149: (p_module_name => 'DELETE_VARIABLE_COMPENSATION'
150: ,p_hook_type => 'BP'
151: );
152: end;

Line 173: when hr_api.cannot_find_prog_unit then

169: ,p_variable_comp_lookup => p_variable_comp_lookup
170: ,p_object_version_number => p_object_version_number
171: );
172: exception
173: when hr_api.cannot_find_prog_unit then
174: hr_api.cannot_find_prog_unit_error
175: (p_module_name => 'DELETE_VARIABLE_COMPENSATION'
176: ,p_hook_type => 'AP'
177: );

Line 174: hr_api.cannot_find_prog_unit_error

170: ,p_object_version_number => p_object_version_number
171: );
172: exception
173: when hr_api.cannot_find_prog_unit then
174: hr_api.cannot_find_prog_unit_error
175: (p_module_name => 'DELETE_VARIABLE_COMPENSATION'
176: ,p_hook_type => 'AP'
177: );
178: end;

Line 183: raise hr_api.validate_enabled;

179: --
180: -- When in validation only mode raise the Validate_Enabled exception
181: --
182: if p_validate then
183: raise hr_api.validate_enabled;
184: end if;
185: --
186: -- Set all output arguments
187: -- No output Parameters.

Line 191: when hr_api.validate_enabled then

187: -- No output Parameters.
188: --
189: hr_utility.set_location(' Leaving:'||l_proc, 70);
190: exception
191: when hr_api.validate_enabled then
192: --
193: -- As the Validate_Enabled exception has been raised
194: -- we must rollback to the savepoint
195: --