DBA Data[Home] [Help]

APPS.PAY_GBE_DEL dependencies on PAY_GROSSUP_BAL_EXCLUSIONS

Line 62: -- Delete the pay_grossup_bal_exclusions row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the pay_grossup_bal_exclusions row.
63: --
64: delete from pay_grossup_bal_exclusions
65: where grossup_balances_id = p_rec.grossup_balances_id;
66: --

Line 64: delete from pay_grossup_bal_exclusions

60: --
61: --
62: -- Delete the pay_grossup_bal_exclusions row.
63: --
64: delete from pay_grossup_bal_exclusions
65: where grossup_balances_id = p_rec.grossup_balances_id;
66: --
67: --
68: --

Line 186: (p_module_name => 'PAY_GROSSUP_BAL_EXCLUSIONS'

182: --
183: when hr_api.cannot_find_prog_unit then
184: --
185: hr_api.cannot_find_prog_unit_error
186: (p_module_name => 'PAY_GROSSUP_BAL_EXCLUSIONS'
187: ,p_hook_type => 'AD');
188: --
189: end;
190: --