Given the set of navigation rules:
Which two define a valid flow of view IDs through the application? (Choose two.)
Your organization is using min-max planning to replenish stock and the planning parameters are set at item organization level with a default subinventory.
Item: A, Min Qty: 25, Max Qty: 150 and Current Level: 20
The item above is purchased from a supplier. Although there is subinventory on hand, the subinventory is below the minimum required level. This should trigger a Min-Max report entry, but the requisition is not generated. Why?
Which three statements are true for an expense destination transfers that does NOT require a receipt at destination inventory organization?
What are the four steps for the move request process flow?
Your customer decides to implement Cloud Procurement and Inventory. While discussing with your customer, you come to know that they have a business that spans across multiple locations and they have warehouse situated across USA and Canada.
All their procurement, payables, and distribution activities take place from USA.
They have a central warehouse in USA and after the goods are delivered to this warehouse, they are distributed across multiple additional warehouses. The warehouses are managed separately from the requisitioning units.
For requesting material they have two units. One located in USA that monitors the current stock. They are responsible for creating requisition for any material shortage in USA. They have another location in Canada for requesting material.
Which setup fulfills this scenario?
Given an HttpServletRequest request and an EJB SessionContext ctx.
Which is a valid way to retrieve the Principal invoking either behavior?
What is true about Message-Driven Beans (MDBs)?
On your JSF page, you have a form in which you have a command button:
A user submits the form by clicking the button, and no errors occur while processing the request. Which statement is true?
Your client is about to define their primary ledger.
Which set of three primary attributes do they need to know in order to complete this?
Given the code fragment from a Facelet page:
On Line 1, you ae asked to insert a search box that displays the text “Search Here” via a placeholder.
Assume searchMB is a valid Managed Bean.
Which two options enable you to create a search box with a placeholder attribute on Line 1? (Choose two.)