DBA Data[Home] [Help]

APPS.CST_TPRICE_PVT dependencies on CST_QUANTITY_LAYERS

Line 495: FROM cst_quantity_layers

491: l_stmt_num := 200;
492:
493: SELECT layer_id
494: INTO l_from_layer
495: FROM cst_quantity_layers
496: WHERE inventory_item_id = p_item_id
497: AND organization_id = l_from_org
498: AND cost_group_id = l_from_cg;
499: