DBA Data[Home] [Help]

APPS.CSTPPWRO dependencies on WIP_TRANSACTION_ACCOUNTS

Line 1138: wip_transaction_accounts wta,

1134: wt.basis_type basis_type,
1135: wt.primary_quantity*cdo.rate_or_amount applied_value
1136: FROM
1137: wip_transactions wt,
1138: wip_transaction_accounts wta,
1139: cst_department_overheads cdo
1140: WHERE wt.wip_entity_id = p_entity_id
1141: AND wt.transaction_date BETWEEN TRUNC(p_start_date)
1142: AND (TRUNC(p_end_date) + 0.99999)