DBA Data[Home] [Help]

APPS.HR_ABM_INS dependencies on HR_API_BATCH_MESSAGE_LINES

Line 63: -- Insert the row into: hr_api_batch_message_lines

59: --
60: --
61: hr_abm_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: hr_api_batch_message_lines
64: --
65: insert into hr_api_batch_message_lines
66: ( line_id,
67: batch_run_number,

Line 65: insert into hr_api_batch_message_lines

61: hr_abm_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: hr_api_batch_message_lines
64: --
65: insert into hr_api_batch_message_lines
66: ( line_id,
67: batch_run_number,
68: api_name,
69: status,

Line 151: Cursor C_Sel1 is select hr_api_batch_message_lines_s.nextval from sys.dual;

147: Procedure pre_insert(p_rec in out hr_abm_shd.g_rec_type) is
148: --
149: l_proc varchar2(72) := g_package||'pre_insert';
150: --
151: Cursor C_Sel1 is select hr_api_batch_message_lines_s.nextval from sys.dual;
152: --
153: Begin
154: hr_utility.set_location('Entering:'||l_proc, 5);
155: --