DBA Data[Home] [Help]

APPS.JAI_AP_UTILS_PKG dependencies on JAI_RCV_LINES

Line 1518: from JAI_RCV_LINES

1514: );
1515:
1516: cursor c_get_receipt_qty(p_rcv_transaction_id number) is
1517: select qty_received
1518: from JAI_RCV_LINES
1519: where (shipment_header_id, shipment_line_id)
1520: in
1521: (
1522: select shipment_header_id, shipment_line_id

Line 1556: v_receipt_quantity JAI_RCV_LINES.qty_received%type;

1552: v_po_uom rcv_transactions.source_doc_unit_of_measure%type;
1553: v_receipt_price rcv_transactions.po_unit_price%type ; /*Bug 4990941 bduvarag*/
1554: v_receipt_uom rcv_transactions.unit_of_measure%type;
1555:
1556: v_receipt_quantity JAI_RCV_LINES.qty_received%type;
1557:
1558: v_po_price po_line_locations_all.price_override%type;
1559: v_po_quantity po_line_locations_all.quantity%type;
1560: