DBA Data[Home] [Help]

APPS.GML_RECV_TRANS_PKG dependencies on PO_RTRN_DTL

Line 54: G_return_qty1 po_rtrn_dtl.return_qty1%TYPE;

50: G_group_id rcv_headers_interface.group_id%TYPE;
51: G_interface_transaction_id rcv_transactions_interface.interface_transaction_id%TYPE;
52: G_recv_id NUMBER DEFAULT 0;
53: G_ship_to_organization_id po_line_locations_all.ship_to_organization_id%TYPE;
54: G_return_qty1 po_rtrn_dtl.return_qty1%TYPE;
55: G_return_um1 po_rtrn_dtl.return_um1%TYPE;
56: G_adjust_mode VARCHAR2(6) DEFAULT 'NORMAL';
57: G_rows_inserted NUMBER DEFAULT 0;
58:

Line 55: G_return_um1 po_rtrn_dtl.return_um1%TYPE;

51: G_interface_transaction_id rcv_transactions_interface.interface_transaction_id%TYPE;
52: G_recv_id NUMBER DEFAULT 0;
53: G_ship_to_organization_id po_line_locations_all.ship_to_organization_id%TYPE;
54: G_return_qty1 po_rtrn_dtl.return_qty1%TYPE;
55: G_return_um1 po_rtrn_dtl.return_um1%TYPE;
56: G_adjust_mode VARCHAR2(6) DEFAULT 'NORMAL';
57: G_rows_inserted NUMBER DEFAULT 0;
58:
59: END GML_RECV_TRANS_PKG;