DBA Data[Home] [Help]

APPS.CSI_SYSTEMS_PVT dependencies on HR_OPERATING_UNITS

Line 6051: FROM HR_OPERATING_UNITS

6047: (p_system_header_tbl(sys_row).operating_unit_id <> FND_API.G_MISS_NUM) ) THEN
6048: BEGIN
6049: SELECT name
6050: INTO p_system_header_tbl(sys_row).operating_unit_name
6051: FROM HR_OPERATING_UNITS
6052: WHERE organization_id = p_system_header_tbl(sys_row).operating_unit_id;
6053: EXCEPTION
6054: WHEN OTHERS THEN
6055: NULL;