DBA Data[Home] [Help]

APPS.PAY_PEU_INS dependencies on PAY_EVENT_UPDATES

Line 65: -- Insert the row into: pay_event_updates

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

Line 67: insert into pay_event_updates

63: pay_peu_shd.g_api_dml := true; -- Set the api dml status
64: --
65: -- Insert the row into: pay_event_updates
66: --
67: insert into pay_event_updates
68: (event_update_id
69: ,table_name
70: ,column_name
71: ,dated_table_id

Line 157: Cursor C_Sel1 is select pay_event_updates_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_event_updates_s.nextval from sys.dual;
158: --
159: Begin
160: hr_utility.set_location('Entering:'||l_proc, 5);
161: --

Line 242: (p_module_name => 'PAY_EVENT_UPDATES'

238: --
239: when hr_api.cannot_find_prog_unit then
240: --
241: hr_api.cannot_find_prog_unit_error
242: (p_module_name => 'PAY_EVENT_UPDATES'
243: ,p_hook_type => 'AI');
244: --
245: end;
246: --