DBA Data[Home] [Help]

APPS.PER_PPC_DEL dependencies on PER_PAY_PROPOSAL_COMPONENTS

Line 60: -- Delete the per_pay_proposal_components row.

56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: per_ppc_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the per_pay_proposal_components row.
61: --
62: delete from per_pay_proposal_components
63: where component_id = p_rec.component_id;
64: --

Line 62: delete from per_pay_proposal_components

58: per_ppc_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the per_pay_proposal_components row.
61: --
62: delete from per_pay_proposal_components
63: where component_id = p_rec.component_id;
64: --
65: per_ppc_shd.g_api_dml := false; -- Unset the api dml status
66: --

Line 203: (p_module_name => 'PER_PAY_PROPOSAL_COMPONENTS'

199: );
200: exception
201: when hr_api.cannot_find_prog_unit then
202: hr_api.cannot_find_prog_unit_error
203: (p_module_name => 'PER_PAY_PROPOSAL_COMPONENTS'
204: ,p_hook_type => 'AD'
205: );
206: end;
207: -- End of API User Hook for post_delete.