DBA Data[Home] [Help]

APPS.CSTPACWC dependencies on CST_QUANTITY_LAYERS

Line 1301: CST_QUANTITY_LAYERS CQL

1297: SYSDATE
1298: from
1299: WIP_REQUIREMENT_OPERATIONS WRO,
1300: CST_LAYER_COST_DETAILS CLCD,
1301: CST_QUANTITY_LAYERS CQL
1302: WHERE
1303: WRO.WIP_ENTITY_ID = i_wip_entity_id AND
1304: WRO.INVENTORY_ITEM_ID = CQL.INVENTORY_ITEM_ID AND
1305: WRO.ORGANIZATION_ID = CQL.ORGANIZATION_ID AND

Line 1633: cst_quantity_layers cql

1629: 5,cql.overhead_cost),0)))
1630: FROM
1631: wip_req_operation_cost_details w2,
1632: wip_requirement_operations wro,
1633: cst_quantity_layers cql
1634: WHERE
1635: w2.wip_entity_id = w1.wip_entity_id AND
1636: w2.organization_id = w1.organization_id AND
1637: w2.inventory_item_id = w1.inventory_item_id AND