DBA Data[Home] [Help]

APPS.PAY_PPE_INS dependencies on PAY_PROCESS_EVENTS

Line 69: -- Insert the row into: pay_process_events

65: p_rec.object_version_number := 1; -- Initialise the object version
66: --
67: --
68: --
69: -- Insert the row into: pay_process_events
70: --
71: insert into pay_process_events
72: (process_event_id
73: ,assignment_id

Line 71: insert into pay_process_events

67: --
68: --
69: -- Insert the row into: pay_process_events
70: --
71: insert into pay_process_events
72: (process_event_id
73: ,assignment_id
74: ,effective_date
75: ,change_type

Line 157: Cursor C_Sel1 is select pay_process_events_s.nextval from sys.dual;

153: ) is
154: --
155: l_proc varchar2(72) := g_package||'pre_insert';
156: --
157: Cursor C_Sel1 is select pay_process_events_s.nextval from sys.dual;
158: --
159: Begin
160: hr_utility.set_location('Entering:'||l_proc, 5);
161: --