DBA Data[Home] [Help]

APPS.PAY_PBA_DEL dependencies on PAY_BALANCE_ATTRIBUTES

Line 96: -- Delete the pay_balance_attributes row.

92: hr_utility.set_location('Entering:'||l_proc, 5);
93: --
94: --
95: --
96: -- Delete the pay_balance_attributes row.
97: --
98: delete from pay_balance_attributes
99: where balance_attribute_id = p_rec.balance_attribute_id;
100: --

Line 98: delete from pay_balance_attributes

94: --
95: --
96: -- Delete the pay_balance_attributes row.
97: --
98: delete from pay_balance_attributes
99: where balance_attribute_id = p_rec.balance_attribute_id;
100: --
101: --
102: --

Line 221: (p_module_name => 'PAY_BALANCE_ATTRIBUTES'

217: --
218: when hr_api.cannot_find_prog_unit then
219: --
220: hr_api.cannot_find_prog_unit_error
221: (p_module_name => 'PAY_BALANCE_ATTRIBUTES'
222: ,p_hook_type => 'AD');
223: --
224: end;
225: --