DBA Data[Home] [Help]

APPS.CSTPLCWP dependencies on MTL_CST_ACTUAL_COST_DETAILS

Line 681: from mtl_cst_actual_cost_details

677: stmt_num := 160;
678:
679: select count(*)
680: into l_row_count
681: from mtl_cst_actual_cost_details
682: where transaction_id = l_trx_id;
683:
684:
685: IF (l_row_count <> 0) THEN