DBA Data[Home] [Help]

APPS.INV_MWB_QUERY_MANAGER dependencies on CST_COST_GROUPS

Line 1636: FROM cst_cost_groups

1632: --Bug 6834805
1633: if (nvl(g_cg_id,-9999) <> rec.cg_id) then
1634: UPDATE MTL_MWB_GTMP
1635: SET cost_group = (SELECT distinct cost_group
1636: FROM cst_cost_groups
1637: WHERE cost_group_id = rec.cg_id)
1638: WHERE cg_id = rec.cg_id;
1639:
1640: g_cg_id := rec.cg_id;