DBA Data[Home] [Help]

APPS.PAY_BAD_DEL dependencies on PAY_BAL_ATTRIBUTE_DEFINITIONS

Line 96: -- Delete the pay_bal_attribute_definitions row.

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

Line 98: delete from pay_bal_attribute_definitions

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

Line 223: (p_module_name => 'PAY_BAL_ATTRIBUTE_DEFINITIONS'

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