DBA Data[Home] [Help]

APPS.PAY_BLD_DEL dependencies on PAY_BALANCE_DIMENSIONS

Line 96: -- Delete the pay_balance_dimensions row.

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

Line 98: delete from pay_balance_dimensions

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

Line 251: (p_module_name => 'PAY_BALANCE_DIMENSIONS'

247: --
248: when hr_api.cannot_find_prog_unit then
249: --
250: hr_api.cannot_find_prog_unit_error
251: (p_module_name => 'PAY_BALANCE_DIMENSIONS'
252: ,p_hook_type => 'AD');
253: --
254: end;
255: --