DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on MTL_CST_TXN_COST_DETAILS

Line 3638: from mtl_cst_txn_cost_details mctcd

3634: /*
3635: -- ??? do we need all this? I think this is only for std orgs, right?
3636: select nvl(sum(mctcd.transaction_cost),0)
3637: into l_ppv
3638: from mtl_cst_txn_cost_details mctcd
3639: where mctcd.transaction_id = i_txn_id
3640: and mctcd.organization_id = l_std_org
3641: ;
3642:

Line 3907: from mtl_cst_txn_cost_details mctcd

3903: l_stmt_num:=80;
3904:
3905: select nvl(sum(mctcd.transaction_cost),0)
3906: into l_ppv
3907: from mtl_cst_txn_cost_details mctcd
3908: where mctcd.transaction_id = i_txn_id
3909: and mctcd.organization_id = l_std_org;
3910:
3911: fnd_file.put_line(fnd_file.log,'ppv:' || l_ppv);