DBA Data[Home] [Help]

APPS.HR_ORU_INS dependencies on HR_ALL_ORGANIZATION_UNITS

Line 86: -- Insert the row into: hr_all_organization_units

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

Line 88: insert into hr_all_organization_units

84: hr_oru_shd.g_api_dml := true; -- Set the api dml status
85: --
86: -- Insert the row into: hr_all_organization_units
87: --
88: insert into hr_all_organization_units
89: (organization_id
90: ,business_group_id
91: ,cost_allocation_keyflex_id
92: ,location_id

Line 409: (p_module_name => 'HR_ALL_ORGANIZATION_UNITS'

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