DBA Data[Home] [Help]

APPS.CSTPLCWP dependencies on MTL_CST_ACTUAL_COST_DETAILS

Line 642: from mtl_cst_actual_cost_details

638: stmt_num := 160;
639:
640: select count(*)
641: into l_row_count
642: from mtl_cst_actual_cost_details
643: where transaction_id = l_trx_id;
644:
645:
646: IF (l_row_count <> 0) THEN