DBA Data[Home] [Help]

APPS.PAY_BLT_DEL dependencies on PAY_BALANCE_TYPES

Line 96: -- Delete the pay_balance_types row.

92: hr_utility.set_location('Entering:'||l_proc, 5);
93: --
94: pay_blt_shd.g_api_dml := true; -- Set the api dml status
95: --
96: -- Delete the pay_balance_types row.
97: --
98: delete from pay_balance_types
99: where balance_type_id = p_rec.balance_type_id;
100: --

Line 98: delete from pay_balance_types

94: pay_blt_shd.g_api_dml := true; -- Set the api dml status
95: --
96: -- Delete the pay_balance_types row.
97: --
98: delete from pay_balance_types
99: where balance_type_id = p_rec.balance_type_id;
100: --
101: pay_blt_shd.g_api_dml := false; -- Unset the api dml status
102: --

Line 285: (p_module_name => 'PAY_BALANCE_TYPES'

281: --
282: when hr_api.cannot_find_prog_unit then
283: --
284: hr_api.cannot_find_prog_unit_error
285: (p_module_name => 'PAY_BALANCE_TYPES'
286: ,p_hook_type => 'AD');
287: --
288: end;
289: --

Line 325: pay_balance_types_pkg.balance_type_cascade_delete(p_rec.Balance_Type_Id);

321: pay_blt_del.pre_delete(p_rec);
322: --
323: -- Remove balance feeds, balance classifications and defined balances.
324: --
325: pay_balance_types_pkg.balance_type_cascade_delete(p_rec.Balance_Type_Id);
326: --
327: -- Delete the row.
328: --
329: pay_blt_del.delete_dml(p_rec);