DBA Data[Home] [Help]

APPS.CS_INVENTORY_TXNS dependencies on DUAL

Line 135: FROM DUAL;

131: get_who_info(l_login_id,l_user_id,l_sys_dt);
132:
133: SELECT Mtl_Material_Transactions_S.NextVal
134: INTO l_transaction_interface_id
135: FROM DUAL;
136:
137: /** Since it is an issue, Inventory expects a negative
138: quantity. **/
139: l_quantity := p_quantity * -1;