DBA Data[Home] [Help]

APPS.PAY_EVP_INS dependencies on PAY_EVENT_PROCEDURES

Line 65: -- Insert the row into: pay_event_procedures

61: p_rec.object_version_number := 1; -- Initialise the object version
62: --
63: --
64: --
65: -- Insert the row into: pay_event_procedures
66: --
67: insert into pay_event_procedures
68: (event_procedure_id
69: ,dated_table_id

Line 67: insert into pay_event_procedures

63: --
64: --
65: -- Insert the row into: pay_event_procedures
66: --
67: insert into pay_event_procedures
68: (event_procedure_id
69: ,dated_table_id
70: ,procedure_name
71: ,business_group_id

Line 153: Cursor C_Sel1 is select pay_event_procedures_s.nextval from sys.dual;

149: ) is
150: --
151: l_proc varchar2(72) := g_package||'pre_insert';
152: --
153: Cursor C_Sel1 is select pay_event_procedures_s.nextval from sys.dual;
154: --
155: Begin
156: hr_utility.set_location('Entering:'||l_proc, 5);
157: --

Line 232: (p_module_name => 'PAY_EVENT_PROCEDURES'

228: --
229: when hr_api.cannot_find_prog_unit then
230: --
231: hr_api.cannot_find_prog_unit_error
232: (p_module_name => 'PAY_EVENT_PROCEDURES'
233: ,p_hook_type => 'AI');
234: --
235: end;
236: --