DBA Data[Home] [Help]

APPS.PER_BBA_DEL dependencies on PER_BF_BALANCE_AMOUNTS

Line 59: -- Delete the per_bf_balance_amounts row.

55: Begin
56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: --
59: -- Delete the per_bf_balance_amounts row.
60: --
61: delete from per_bf_balance_amounts
62: where balance_amount_id = p_rec.balance_amount_id;
63: --

Line 61: delete from per_bf_balance_amounts

57: --
58: --
59: -- Delete the per_bf_balance_amounts row.
60: --
61: delete from per_bf_balance_amounts
62: where balance_amount_id = p_rec.balance_amount_id;
63: --
64: --
65: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 251: (p_module_name => 'PER_BF_BALANCE_AMOUNTS'

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