Sign Up

Sign Up to our social questions and Answers to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In


Have an account? Sign In Now

Sign In

Login to our social questions & Answers to ask questions, answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have permission to ask a question, You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Sorry, you do not have permission to add post.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Oraask Logo Oraask Logo
Sign InSign Up

Oraask

  • Write
    • Add A New Post
    • Ask A Question

Oraask Navigation

Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Categories
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Dev Tools
    • Online Compiler
    • Base64 Converter
  • Wiki
    • SQL Tutorials
    • Java Tutorials
    • Python Tutorials
    • JavaScript Tutorials
Home/ Questions/Q 82442
Next
Answered
Question
albert
  • 0
albertExplorer
Asked: June 3, 20232023-06-03T14:00:56+03:00 2023-06-03T14:00:56+03:00In: Oracle Fusion Queries, Oracle Fusion SCM

What is Inventory Item Table in Oracle Fusion

  • 0

What are the key columns and their corresponding data types in the Inventory Item table in Oracle Fusion?

  • 1 1 Answer
  • 118 Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook

    Related Questions

    • Query to Get Oracle Fusion Users and their Attached Roles
    • How can I write an SQL query to fetch BPM tasks information in Oracle Fusion?
    • Query to Get Business Units in Oracle Fusion

    1 Answer

    • Voted
    • Oldest
    • Recent
    1. Best Answer
      Hassan AbdElrahman Master Oracle ACE Pro ♠ | Oracle Senior ERP Technical Consultant
      2023-06-03T23:28:52+03:00Added an answer on June 3, 2023 at 11:28 pm
      This answer was edited.

      The table containing inventory item details in Oracle Fusion is “EGP_SYSTEM_ITEMS_B“. It has one composite primary key (INVENTORY_ITEM_ID, ORGANIZATION_ID). and here you can find a sample query to get the most used information about items in Oracle Fusion:

      Query Inventory Item in Oracle Fusion

      SELECT ITEM_NUMBER
      ,INVENTORY_ITEM_ID
      ,FULL_LEAD_TIME
      ,PLANNER_CODE
      ,DECODE (MRP_PLANNING_CODE, 3, 'MRP Planned', 4, 'MPS Planned', 6, 'Not Planned', 7, 'MRP/MPP Planned', 8, 'MPS/MPP Planned', 9, 'MPP Planned', NULL)
      MRP_PLANNING_CODE
      ,INVENTORY_ITEM_STATUS_CODE
      ,MINIMUM_ORDER_QUANTITY
      ,MAXIMUM_ORDER_QUANTITY
      ,FIXED_ORDER_QUANTITY
      ,FIXED_LOT_MULTIPLIER
      ,DECODE (INVENTORY_PLANNING_CODE, 6, 'Not Planned', 2, 'Min-Max', 1, 'Reorder Point', 7, 'Vendor Managed') INVENTORY_PLANNING_CODE
      ,MIN_MINMAX_QUANTITY
      ,MAX_MINMAX_QUANTITY
      ,MTL_TRANSACTIONS_ENABLED_FLAG
      ,CUSTOMER_ORDER_ENABLED_FLAG
      ,SO_TRANSACTIONS_FLAG
      ,PRIMARY_UOM_CODE
      ,UNIT_LENGTH
      ,UNIT_WIDTH
      ,UNIT_HEIGHT
      ,UNIT_WEIGHT
      ,CREATED_BY
      ,CREATION_DATE
      ,LAST_UPDATED_BY
      ,LAST_UPDATE_DATE
      FROM EGP_SYSTEM_ITEMS_B
      WHERE ORGANIZATION_ID = NVL(:INV_ORG_ID,ORGANIZATION_ID);

      In the above query, we have one parameter, “:P_INV_ORG_ID” to get the item information in a specific inventory organization.

      You can refer to the Oracle doc to know all columns in this table.

      Hope this help.

      • 0
      • Reply
      • Share
        Share
        • Share onFacebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Forgot Password?

    Need An Account, Sign Up Here

    Sidebar

    Adv 250x250

    Explore

    • Categories
    • Questions
      • New Questions
      • Trending Questions
      • Must read Questions
      • Hot Questions
    • Dev Tools
      • Online Compiler
      • Base64 Converter
    • Wiki
      • SQL Tutorials
      • Java Tutorials
      • Python Tutorials
      • JavaScript Tutorials

    Footer

    Oraask

    About

    Oraask is a website for developers and software engineers who want to learn new skills, share their knowledge, and solve their coding problems. Oraask provides free content on various programming languages and topics, such as Oracle, Python, Java, etc. Oraask also allows users to ask questions and get answers from other members of the community.

    About Us

    • About Us
    • Contact Us

    Legal Stuff

    • Privacy Policy
    • Terms & Conditions

    Follow

    Oraask is licensed under CC BY-NC-SA 4.0Oraask CopyrightOraask CopyrightOraask CopyrightOraask Copyright

    © 2019 Oraask. All Rights Reserved
    With Love by Oraask.

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.