DBA Data[Home] [Help]

APPS.WIP_CPLPROC_PRIV dependencies on WIP_TRANSACTIONS_S

Line 142: set overcompletion_transaction_id = wip_transactions_s.nextval

138: if(nvl(l_cplRec.overCplPriQty, 0) <> 0) then
139: --ensure the overcompletion txn id is populated
140: if(l_cplRec.overCplTxnID is null) then
141: update mtl_material_transactions_temp
142: set overcompletion_transaction_id = wip_transactions_s.nextval
143: where transaction_temp_id = p_txnTmpID returning overcompletion_transaction_id into l_cplRec.overCplTxnID;
144:
145: end if;
146: