DBA Data[Home] [Help]

APPS.CSTACWRO dependencies on WIP_OPERATIONS

Line 310: wip_operations wo

306: NVL(w1.applied_ovhd_value,0) + NVL(SUM(wta.base_transaction_value),0)
307: FROM
308: wip_cost_txn_interface wcti,
309: wip_transaction_accounts wta,
310: wip_operations wo
311: WHERE
312: w1.wip_entity_id = wcti.wip_entity_id AND
313: w1.organization_id = wcti.organization_id and
314: w1.resource_seq_num = -1 and

Line 353: wip_operations wo2,

349: -1,
350: wta2.basis_type,
351: wta2.resource_id
352: FROM
353: wip_operations wo2,
354: wip_cost_txn_interface wcti2,
355: wip_transaction_accounts wta2
356: WHERE
357: wta2.wip_entity_id = wcti2.wip_entity_id and