DBA Data[Home] [Help]

APPS.PAY_PPE_DEL dependencies on PAY_PROCESS_EVENTS

Line 62: -- Delete the pay_process_events row.

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

Line 64: delete from pay_process_events

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