DBA Data[Home] [Help]

APPS.CSTPACWP dependencies on MTL_CST_ACTUAL_COST_DETAILS

Line 593: from mtl_cst_actual_cost_details

589: stmt_num := 100;
590:
591: select count(*) /*Modified for bug 9493692*/
592: into l_mcacd_count
593: from mtl_cst_actual_cost_details
594: where transaction_id = l_trx_id;
595:
596: /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++|
597: | For Bug 9493692: Verify if there are actually distributions |