DBA Data[Home] [Help]

APPS.PAY_PEV_INS dependencies on PAY_PROCESS_EVENTS

Line 65: -- Insert the row into: pay_process_events

61: p_rec.object_version_number := 1; -- Initialise the object version
62: --
63: pay_pev_shd.g_api_dml := true; -- Set the api dml status
64: --
65: -- Insert the row into: pay_process_events
66: --
67: insert into pay_process_events
68: (process_event_id
69: ,assignment_id

Line 67: insert into pay_process_events

63: pay_pev_shd.g_api_dml := true; -- Set the api dml status
64: --
65: -- Insert the row into: pay_process_events
66: --
67: insert into pay_process_events
68: (process_event_id
69: ,assignment_id
70: ,effective_date
71: ,change_type

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

163: ) is
164: --
165: l_proc varchar2(72) := g_package||'pre_insert';
166: --
167: Cursor C_Sel1 is select pay_process_events_s.nextval from sys.dual;
168: --
169: Begin
170: hr_utility.set_location('Entering:'||l_proc, 5);
171: --

Line 260: (p_module_name => 'PAY_PROCESS_EVENTS'

256: --
257: when hr_api.cannot_find_prog_unit then
258: --
259: hr_api.cannot_find_prog_unit_error
260: (p_module_name => 'PAY_PROCESS_EVENTS'
261: ,p_hook_type => 'AI');
262: --
263: end;
264: --