DBA Data[Home] [Help]

APPS.PAY_EVG_INS dependencies on PAY_EVENT_GROUPS

Line 65: -- Insert the row into: pay_event_groups

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

Line 67: insert into pay_event_groups

63: --
64: --
65: -- Insert the row into: pay_event_groups
66: --
67: insert into pay_event_groups
68: (event_group_id
69: ,event_group_name
70: ,event_group_type
71: ,proration_type

Line 155: Cursor C_Sel1 is select pay_event_groups_s.nextval from sys.dual;

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

Line 238: (p_module_name => 'PAY_EVENT_GROUPS'

234: --
235: when hr_api.cannot_find_prog_unit then
236: --
237: hr_api.cannot_find_prog_unit_error
238: (p_module_name => 'PAY_EVENT_GROUPS'
239: ,p_hook_type => 'AI');
240: --
241: end;
242: --