from an approved Lease, Rental, Master, or Purchase contract
from a Purchase Requisitions Create PO action, create the approved Purchase Order
from a Purchase Requisition, a Request for Quotation, a Master Contract, or a reorder process
from a Purchase Requisition, a Request for Quotation, a Purchase Contract, or a reorder process
第1题:
第2题:
Other than through the Purchase Orders application, how can Purchase Orders be created in IBM Maximo Asset Management V6.2?()
第3题:
Which statement is true about item records and inventory management? ()
第4题:
Company XYZ receives an invoice from one of its vendors. How is this processed in IBM Maximo Asset Management V6.2 (IMAM)?()
第5题:
In IBM Maximo Asset Management V6.2, what does the Purchase Orders applications Distribute Costs action do?()
第6题:
How can Service Items be reordered?()
第7题:
You want to display the titles of books that meet these criteria: 1. Purchased before January 21, 2001 2. Price is less then $500 or greater than $900 You want to sort the results by their data of purchase, starting with the most recently bought book. Which statement should you use? ()
第8题:
With IBM Maximo Asset Management V6.2 (IMAM), item records are created in the Item Master application, and storeroom records are created in the Storerooms application, but inventory is managed in the Inventory application.
With IMAM, item records are created in the Storerooms application, and storeroom records are created in the Inventory application, but inventory is managed in the Inventory application.
With IMAM, item records are created in the Inventory application, and storeroom records are created in the Item Master application, and inventory is managed in the Item Master application.
With IMAM, item records are created in the Inventory application, and storeroom records are created in the Storerooms application, but inventory is managed in the Item Master application.
第9题:
The IBM Maximo Asset Management V6.2 (IMAM) administrator can use the Reorder Items action in the Inventory application to reorder all the Service Items required.
The IMAM administrator can create a purchase order (PO) for all the Service Items required and use the Issue on Receipt check box for PO Lines related to Service Items.
The IMAM administrator can use the Reorder Direct Issue Items and Services action in the Service Item application to reorder all items or services and are issued without being received into inventory.
The IMAM administrator can use the Reorder Direct Issue Items and Services action in the Service Item application to reorder items or services that are listed on approved work orders and are issued without being received into inventory.
第10题:
When an invoice is received by the company, the user will access the Invoices application, enter the receipt information, approve, and then route to Accounts Payable.
All invoices are routed by IMAM to the Accounts Payable department for matching against existing purchase requisitions (PR). Once the PR is confirmed with the proper approvals, the Accounts Payable department will process payment.
When an invoice is received by company XYZ, the user will access the Invoices application, enter the Vendors Invoice information by creating a new record, match the Vendor Invoice to the Purchase Order (PO), approve, and then route to Accounts Payable.
When an invoice is received by the company XYZ, the user will go to the PO application, access the PO Line tab, and insure that the receipt box has a Y. If the Y is showed, the invoice will be closed, but if the Y is missing, the invoice will be routed back to the vendor for verification.
第11题:
from an approved Lease, Rental, Master, or Purchase contract
from a Purchase Requisitions Create PO action, create the approved Purchase Order
from a Purchase Requisition, a Request for Quotation, a Master Contract, or a reorder process
from a Purchase Requisition, a Request for Quotation, a Purchase Contract, or a reorder process
第12题:
All PR lines must be assigned to a PO.
The PR must be in the Approved status.
The PR must enter the workflow process.
All manual company input fields must be completed.
第13题:
第14题:
Where are the receipt of Services and Materials processed in IBM Maximo Asset Management V6.2 (IMAM)? ()
第15题:
With which level in IBM Maximo Asset Management V6.2 are Purchase Contracts associated? ()
第16题:
What should be done to add lines from a Purchase Request (PR) to a Requests for Quotation (RFQ)? ()
第17题:
What must be done in order to automatically close the purchase requisition (PR) after one or more purchase orders (PO) have been created? ()
第18题:
Evaluate the following statements: CREATE TABLE purchase_orders (po_id NUMBER(4), po_date TIMESTAMP, supplier_id NUMBER(6), po_total NUMBER(8,2), CONSTRAINT order_pk PRIMARY KEY(po_id)) PARTITION BY RANGE(po_date) (PARTITION Q1 VALUES LESS THAN (TO_DATE(?1-apr-2007?d-mon-yyyy?), PARTITION Q2 VALUES LESS THAN (TO_DATE(?1-jul-2007?d-mon-yyyy?), PARTITION Q3 VALUES LESS THAN(TO_DATE(?1-oct - 2007?d-mon-yyyy?), PARTITION Q4 VALUES LESS THAN (TO_DATE(?1-jan-2008?d-mon-yyyy?)); CREATE TABLE purchase_order_items (po_id NUMBER(4) NOT NULL, product_id NUMBER(6) NOT NULL, unit_price NUMBER(8,2), quantity NUMBER(8), CONSTRAINT po_items_fk FOREIGN KEY (po_id) REFERENCES purchase_orders(po_id)) PARTITION BY REFERENCE(po_items_fk); What are the two consequences of the above statements?()
第19题:
SELECT book_title FROM books WHERE price between 500 and 900 AND purchase_date < '21-JAN-2001' ORDER BY purchase_date;
SELECT book_title FROM books WHERE price IN (500,900) AND purchase_date < '21-JAN-2001' ORDER BY purchase date ASC;
SELECT book_title FROM books WHERE price < 500 or > 900 AND purchase_date < '21-JAN-2001' ORDER BY purchase date DESC;
SELECT book_title FROM books WHERE (price < 500 OR price > 900) AND purchase_date < '21-JAN-2001' ORDER BY purchase date DESC;
第20题:
The Receipt of Services and Materials are processed in the Receiving application.
Services are rendered and Materials are received in the Purchase Order application.
Receipts of Services and Materials are systematically processed in IMAM transitionally.
Services are rendered and Materials are received using the Issues and Transfer application.
第21题:
forty two months from the date of manufacture
thirty six months from the date of the last inspection
twenty four months from the date of approval
twelve months from the date of purchase
第22题:
Set Level
System Level
Database Level
Organization Level
第23题:
Distribute the line item cost among all lines.
Distribute the line item cost among all direct issue lines.
Distribute the line item cost among multiple GL accounts.
Distribute the purchase order cost among multiple GL accounts.
第24题:
Hyperlink to the PR tab and add each line.
Go to the Vendors tab in the RFQ application and click Create PO.
Go to the Quotation tab in the RFQ application and select RFQ lines.
Select Action in the RFQ application and click Copy PR line item to RFQ.