DBA Data[Home] [Help]

APPS.CSTPOMLD dependencies on HR_OPERATING_UNITS

Line 2072: from hr_operating_units HOU

2068: l_stmt_id := 210;
2069: update CST_BIS_MARGIN_SUMMARY cmt
2070: set OPERATING_UNIT_NAME =
2071: (select HOU.name
2072: from hr_operating_units HOU
2073: where
2074: cmt.org_id = HOU.organization_id)
2075: where
2076: cmt.org_id is not null