DBA Data[Home] [Help]

APPS.CST_PAC_WIP_VALUE_REPORT_PVT dependencies on WIP_LINES

Line 956: wip_lines wl ,

952: sum(round( wppb.costs_relieved * l_exchange_rate, l_precision )) CostsRelieved,
953: sum(round( wppb.ENDING_BALANCE * l_exchange_rate, l_precision )) EndingBalance,
954: sum(round( wppb.VARIANCE_AMOUNT * l_exchange_rate, l_precision )) VarianceAmount
955: FROM
956: wip_lines wl ,
957: mfg_lookups ml ,
958: cst_wip_pac_period_bal_tmp wppb ,
959: wip_repetitive_items wri ,
960: mtl_system_items_kfv msik ,