DBA Data[Home] [Help]

APPS.CSTPPWRO dependencies on CST_RESOURCE_COSTS

Line 1032: cst_resource_costs crc,

1028: wt.primary_quantity applied_units,
1029: wt.primary_quantity*nvl(crc.resource_rate,0) applied_value,
1030: wt.rcv_transaction_id -- Added for 4735668
1031: FROM wip_transactions wt,
1032: cst_resource_costs crc,
1033: bom_resources br /* Bug 4641635; Include resources which are to be costed */
1034:
1035: WHERE wt.wip_entity_id = p_entity_id
1036: AND wt.transaction_date BETWEEN TRUNC(p_start_date)