Oracle Ebs-sql (INV-10): Check the inventory interface. SQL

Source: Internet
Author: User

/* Check the Inventory interface table */

Select

Msi.segment1 Project Code,

Msi.description Project Description,

MSI.ORGANIZATION_ID Project organization number,

A.ORGANIZATION_ID the organization number of things to deal with,

A.transaction_quantity the number of things handled,

A.source_code the source of things to deal with,

A.transaction_source_name Thing handling Name

From Inv.mtl_transactions_interface A

, Inv.mtl_system_items_b MSI

where a.inventory_item_id = msi.inventory_item_id

and msi.organization_id=x

-----------------------------------------------------------------

/* Check Transaction Open Interface */

Select
Mti.*,
MSI.INVENTORY_ITEM_ID,
Mti. Transaction_quantity,
Mti. Primary_quantity,
Mti. Schedule_number,
Msi.segment1,
Msi.description,
Mti.source_code,
Mti.transaction_uom,
Mti.transaction_date,
Mti.subinventory_code,
Mti.transaction_source_name,
Mti.error_explanation,
Mti.error_code,
FU. USER_NAME,
FU. DESCRIPTION
From
Inv. Mtl_transactions_interface MTI,
INV. Mtl_system_items_b MSI,
Applsys. Fnd_user FU
where
Msi.organization_id=x
and msi.organization_id=mti.organization_id
and msi.inventory_item_id=mti.inventory_item_id
and MTI. Created_by=fu. user_id

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.