DBA Data[Home] [Help]

APPS.CSTPPIPV dependencies on CST_QUANTITY_LAYERS

Line 96: FROM cst_quantity_layers cql

92:
93: SELECT DISTINCT cql.inventory_item_id item_id,
94: cql.cost_group_id cg_id,
95: cql.layer_id layer_id
96: FROM cst_quantity_layers cql
97: WHERE NVL(cql.layer_quantity,0) > 0
98: AND cql.organization_id = l_org_id
99: AND ( p_item_option = 1
100: OR (p_item_option = 2