DBA Data[Home] [Help]

APPS.PER_PYP_DEL dependencies on PER_PAY_PROPOSALS

Line 60: -- Delete the per_pay_proposals row.

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

Line 62: delete from per_pay_proposals

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

Line 207: (p_module_name => 'PER_PAY_PROPOSALS'

203: --
204: exception
205: when hr_api.cannot_find_prog_unit then
206: hr_api.cannot_find_prog_unit_error
207: (p_module_name => 'PER_PAY_PROPOSALS'
208: ,p_hook_type => 'AD'
209: );
210: end;
211: -- End of API User Hook for post_delete.