DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on MTL_CST_TXN_COST_DETAILS

Line 3547: from mtl_cst_txn_cost_details mctcd

3543: /*
3544: -- ??? do we need all this? I think this is only for std orgs, right?
3545: select nvl(sum(mctcd.transaction_cost),0)
3546: into l_ppv
3547: from mtl_cst_txn_cost_details mctcd
3548: where mctcd.transaction_id = i_txn_id
3549: and mctcd.organization_id = l_std_org
3550: ;
3551:

Line 3816: from mtl_cst_txn_cost_details mctcd

3812: l_stmt_num:=80;
3813:
3814: select nvl(sum(mctcd.transaction_cost),0)
3815: into l_ppv
3816: from mtl_cst_txn_cost_details mctcd
3817: where mctcd.transaction_id = i_txn_id
3818: and mctcd.organization_id = l_std_org;
3819:
3820: fnd_file.put_line(fnd_file.log,'ppv:' || l_ppv);