DBA Data[Home] [Help]

APPS.INV_MWB_QUERY_MANAGER dependencies on CST_COST_GROUPS

Line 1563: FROM cst_cost_groups

1559: --Bug 6834805
1560: if (nvl(g_cg_id,-9999) <> rec.cg_id) then
1561: UPDATE MTL_MWB_GTMP
1562: SET cost_group = (SELECT distinct cost_group
1563: FROM cst_cost_groups
1564: WHERE cost_group_id = rec.cg_id)
1565: WHERE cg_id = rec.cg_id;
1566:
1567: g_cg_id := rec.cg_id;