DBA Data[Home] [Help]

APPS.CSTPOMLD dependencies on BIS_AREAS_V

Line 2024: from bis_areas_v BAV

2020: l_stmt_id := 190;
2021: update CST_BIS_MARGIN_SUMMARY cmt
2022: set AREA_NAME =
2023: (select BAV.name
2024: from bis_areas_v BAV
2025: where
2026: cmt.area_code = BAV.area_code )
2027: where
2028: cmt.area_code is not null