DBA Data[Home] [Help]

APPS.PAY_EVP_DEL dependencies on PAY_EVENT_PROCEDURES

Line 62: -- Delete the pay_event_procedures row.

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

Line 64: delete from pay_event_procedures

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

Line 186: (p_module_name => 'PAY_EVENT_PROCEDURES'

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