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 1683: cst_quantity_layers cql

1679: 5,cql.overhead_cost),0)))
1680: FROM
1681: wip_req_operation_cost_details w2,
1682: wip_requirement_operations wro,
1683: cst_quantity_layers cql
1684: WHERE
1685: w2.wip_entity_id = w1.wip_entity_id AND
1686: w2.organization_id = w1.organization_id AND
1687: w2.inventory_item_id = w1.inventory_item_id AND