DBA Data[Home] [Help]

APPS.PAY_BAL_ATTRIB_DEFINITION_API dependencies on HR_API

Line 57: when hr_api.cannot_find_prog_unit then

53: ,p_alterable => p_alterable
54: ,p_user_attribute_name => p_user_attribute_name
55: );
56: exception
57: when hr_api.cannot_find_prog_unit then
58: hr_api.cannot_find_prog_unit_error
59: (p_module_name => 'create_bal_attrib_definition'
60: ,p_hook_type => 'BP'
61: );

Line 58: hr_api.cannot_find_prog_unit_error

54: ,p_user_attribute_name => p_user_attribute_name
55: );
56: exception
57: when hr_api.cannot_find_prog_unit then
58: hr_api.cannot_find_prog_unit_error
59: (p_module_name => 'create_bal_attrib_definition'
60: ,p_hook_type => 'BP'
61: );
62: end;

Line 95: when hr_api.cannot_find_prog_unit then

91: ,p_user_attribute_name => p_user_attribute_name
92: ,p_attribute_id => l_attribute_id
93: );
94: exception
95: when hr_api.cannot_find_prog_unit then
96: hr_api.cannot_find_prog_unit_error
97: (p_module_name => 'create_bal_attrib_definition'
98: ,p_hook_type => 'AP'
99: );

Line 96: hr_api.cannot_find_prog_unit_error

92: ,p_attribute_id => l_attribute_id
93: );
94: exception
95: when hr_api.cannot_find_prog_unit then
96: hr_api.cannot_find_prog_unit_error
97: (p_module_name => 'create_bal_attrib_definition'
98: ,p_hook_type => 'AP'
99: );
100: end;

Line 107: raise hr_api.validate_enabled;

103: --
104: -- When in validation only mode raise the Validate_Enabled exception
105: --
106: if p_validate then
107: raise hr_api.validate_enabled;
108: end if;
109: --
110: -- Set all output arguments
111: --

Line 116: when hr_api.validate_enabled then

112: p_attribute_id := l_attribute_id;
113: --
114: hr_utility.set_location(' Leaving:'||l_proc, 70);
115: exception
116: when hr_api.validate_enabled then
117: --
118: -- As the Validate_Enabled exception has been raised
119: -- we must rollback to the savepoint
120: --

Line 172: when hr_api.cannot_find_prog_unit then

168: ,p_business_group_id => p_business_group_id
169: ,p_legislation_code => p_legislation_code
170: );
171: exception
172: when hr_api.cannot_find_prog_unit then
173: hr_api.cannot_find_prog_unit_error
174: (p_module_name => 'delete_bal_attrib_definition'
175: ,p_hook_type => 'BP'
176: );

Line 173: hr_api.cannot_find_prog_unit_error

169: ,p_legislation_code => p_legislation_code
170: );
171: exception
172: when hr_api.cannot_find_prog_unit then
173: hr_api.cannot_find_prog_unit_error
174: (p_module_name => 'delete_bal_attrib_definition'
175: ,p_hook_type => 'BP'
176: );
177: end;

Line 199: when hr_api.cannot_find_prog_unit then

195: ,p_business_group_id => p_business_group_id
196: ,p_legislation_code => p_legislation_code
197: );
198: exception
199: when hr_api.cannot_find_prog_unit then
200: hr_api.cannot_find_prog_unit_error
201: (p_module_name => 'delete_bal_attrib_definition'
202: ,p_hook_type => 'AP'
203: );

Line 200: hr_api.cannot_find_prog_unit_error

196: ,p_legislation_code => p_legislation_code
197: );
198: exception
199: when hr_api.cannot_find_prog_unit then
200: hr_api.cannot_find_prog_unit_error
201: (p_module_name => 'delete_bal_attrib_definition'
202: ,p_hook_type => 'AP'
203: );
204: end;

Line 211: raise hr_api.validate_enabled;

207: --
208: -- When in validation only mode raise the Validate_Enabled exception
209: --
210: if p_validate then
211: raise hr_api.validate_enabled;
212: end if;
213: --
214: -- Set all output arguments
215: --

Line 219: when hr_api.validate_enabled then

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