Oracle EBS 11i 表結(jié)構(gòu)——PO模塊
http://www.ahfyzs.com/content/13/0121/13/11476579_261541452.shtml
2013/1/21 13:21:24How to enter a Receipt (Receive/Deliver Transactions) for a Standard Purchase Order via the Receivin
http://www.ahfyzs.com/content/13/0117/10/11476579_260672588.shtml
2013/1/17 10:45:40
TRANSACTION_INTERFACE_ID=11599958LOT_NUMBER=B00406SERIAL_TRANSACTION_TEMP_ID=11599958PRODUCT_CODE=RCVPRODUCT_TRANSACTION_ID=576924.SQL> Select * from RCV_HEADERS_INTERFACE where HEADER_INTERFACE_ID=&Header_Interface_IDGROUP_ID=32140HEADER_INTERFACE_ID=180194PROCESSING_STATUS_CODE=SUCCESSRECEIPT_HEADER_ID=594567VENDOR_ID=7927VALIDATION_FLAG=YPROCESSING_REQUEST_ID=3053037.
Oracle -RMA Sales Order
http://www.ahfyzs.com/content/13/0115/14/11476579_260307554.shtml
2013/1/15 14:38:27
Oracle -RMA Sales OrderOracle -RMA Sales Order.What is RMA?A: Receipt Routing for RMA receipts is determined based on acombination of the Item Attribute of ''RMA Inspection Required'' andthe value of Receiving Option ''RMA Receipt Routing''.Also, if the RMA line refers to asales order line with serialized items, there is no validationagainst the serial numbers shipped on the sales order line.
Technical components of Oracle Purchasing
http://www.ahfyzs.com/content/13/0115/14/11476579_260300226.shtml
2013/1/15 14:04:26
BLANKET_PO_HEADER_ID and BLANKET_PO_LINE_NUM store the suggested blanket purchase agreement or catalog quotation line information for the requisition line.For each organization, there are four rows for each of the following entities: PO_HEADERS_ALL, PO_REQUISITION_HEADERS_ALL, PO_HEADERS_RFQ and PO_HEADERS_QUOTE. There are two rows corresponding to the entities PO_VENDORS and RCV_SHIPMENT_HEADERS.
FOR rec_xla_ac IN c_xla_ac(rec_xla_je.ae_header_id, rec_xla_je.ae_line_num) LOOP IF rec_xla_ac.analytical_criterion_code = ''C_GBL_QUANTITY'' THEN vl_quantity := rec_xla_ac.ac1;FOR rec_xla_je_period IN c_xla_je_period LOOP FOR rec_xla_je IN c_xla_je(rec_xla_je_period.ae_header_id) LOOP vl_quantity := NULL;