DBA Data[Home] [Help]

APPS.PAY_CNU_DEL dependencies on PAY_FR_CONTRIBUTION_USAGES

Line 62: -- Delete the pay_fr_contribution_usages row.

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

Line 64: delete from pay_fr_contribution_usages

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

Line 202: (p_module_name => 'PAY_FR_CONTRIBUTION_USAGES'

198: --
199: when hr_api.cannot_find_prog_unit then
200: --
201: hr_api.cannot_find_prog_unit_error
202: (p_module_name => 'PAY_FR_CONTRIBUTION_USAGES'
203: ,p_hook_type => 'AD');
204: --
205: end;
206: --