DBA Data[Home] [Help]

APPS.CSTPPWRO dependencies on CST_RESOURCE_COSTS

Line 1031: cst_resource_costs crc,

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