DBA Data[Home] [Help]

APPS.HR_ORI_INS dependencies on HR_ORGANIZATION_INFORMATION

Line 86: -- Insert the row into: hr_organization_information

82: p_rec.object_version_number := 1; -- Initialise the object version
83: --
84: hr_ori_shd.g_api_dml := true; -- Set the api dml status
85: --
86: -- Insert the row into: hr_organization_information
87: --
88: insert into hr_organization_information
89: (org_information_id
90: ,org_information_context

Line 88: insert into hr_organization_information

84: hr_ori_shd.g_api_dml := true; -- Set the api dml status
85: --
86: -- Insert the row into: hr_organization_information
87: --
88: insert into hr_organization_information
89: (org_information_id
90: ,org_information_context
91: ,organization_id
92: ,org_information1

Line 250: Cursor C_Sel1 is select hr_organization_information_s.nextval from sys.dual;

246: ) is
247: --
248: l_proc varchar2(72) := g_package||'pre_insert';
249: --
250: Cursor C_Sel1 is select hr_organization_information_s.nextval from sys.dual;
251: --
252: Begin
253: hr_utility.set_location('Entering:'||l_proc, 5);
254: --

Line 407: (p_module_name => 'HR_ORGANIZATION_INFORMATION'

403: --
404: when hr_api.cannot_find_prog_unit then
405: --
406: hr_api.cannot_find_prog_unit_error
407: (p_module_name => 'HR_ORGANIZATION_INFORMATION'
408: ,p_hook_type => 'AI');
409: --
410: end;
411: --