DBA Data[Home] [Help]

APPS.PAY_SBA_BUS dependencies on HR_API

Line 124: if (l_api_updating and nvl(p_exclusion_rule_id, hr_api.g_number) <>

120: l_api_updating := pay_sba_shd.api_updating
121: (p_balance_attribute_id => p_balance_attribute_id
122: ,p_object_version_number => p_object_version_number
123: );
124: if (l_api_updating and nvl(p_exclusion_rule_id, hr_api.g_number) <>
125: nvl(pay_sba_shd.g_old_rec.exclusion_rule_id, hr_api.g_number)) or
126: not l_api_updating
127: then
128: if p_exclusion_rule_id is not null then

Line 125: nvl(pay_sba_shd.g_old_rec.exclusion_rule_id, hr_api.g_number)) or

121: (p_balance_attribute_id => p_balance_attribute_id
122: ,p_object_version_number => p_object_version_number
123: );
124: if (l_api_updating and nvl(p_exclusion_rule_id, hr_api.g_number) <>
125: nvl(pay_sba_shd.g_old_rec.exclusion_rule_id, hr_api.g_number)) or
126: not l_api_updating
127: then
128: if p_exclusion_rule_id is not null then
129: open csr_exclusion_rule_id_valid;

Line 164: hr_api.mandatory_arg_error

160: hr_utility.set_location('Entering:'||l_proc, 5);
161: --
162: -- Check that the balance type is not null.
163: --
164: hr_api.mandatory_arg_error
165: (p_api_name => l_proc
166: ,p_argument => 'p_defined_balance_id'
167: ,p_argument_value => p_defined_balance_id
168: );

Line 212: if (l_api_updating and nvl(p_attribute_name, hr_api.g_varchar2)

208: l_api_updating := pay_sba_shd.api_updating
209: (p_balance_attribute_id => p_balance_attribute_id
210: ,p_object_version_number => p_object_version_number
211: );
212: if (l_api_updating and nvl(p_attribute_name, hr_api.g_varchar2)
213: <> nvl(pay_sba_shd.g_old_rec.attribute_name, hr_api.g_varchar2))
214: or not l_api_updating
215: then
216: --

Line 213: <> nvl(pay_sba_shd.g_old_rec.attribute_name, hr_api.g_varchar2))

209: (p_balance_attribute_id => p_balance_attribute_id
210: ,p_object_version_number => p_object_version_number
211: );
212: if (l_api_updating and nvl(p_attribute_name, hr_api.g_varchar2)
213: <> nvl(pay_sba_shd.g_old_rec.attribute_name, hr_api.g_varchar2))
214: or not l_api_updating
215: then
216: --
217: -- Check that the attribute name is not null.

Line 219: hr_api.mandatory_arg_error

215: then
216: --
217: -- Check that the attribute name is not null.
218: --
219: hr_api.mandatory_arg_error
220: (p_api_name => l_proc
221: ,p_argument => 'p_attribute_name'
222: ,p_argument_value => p_attribute_name
223: );