DBA Data[Home] [Help]

APPS.WSH_IB_UI_RECON_GRP dependencies on WSH_IB_SHPMT_LINE_REC_TYPE

Line 1572: -- WSH_IB_SHPMT_LINE_REC_TYPE.

1568: -- returned quantity for the receipt transaction.
1569: -- We finally return this information in a object of tables
1570: -- to the UI.
1571: -- Please refer to the file WSHITYPS.sql for the defn. of
1572: -- WSH_IB_SHPMT_LINE_REC_TYPE.
1573: -- Following the logical flow of this API -
1574: -- 1. If the transaction type is 'RECEIPT', then we call the API
1575: -- get_cum_rcvd_rtv_quantities to the cumulative received quantities
1576: -- and returned quantities for each shipment line id for that receipt

Line 1593: x_shpmt_lines_out_rec OUT NOCOPY WSH_IB_SHPMT_LINE_REC_TYPE,

1589: p_shipment_header_id IN NUMBER,
1590: p_transaction_type IN VARCHAR2,
1591: --p_max_rcv_txn_id IN NUMBER,
1592: p_view_only_flag IN VARCHAR2,
1593: x_shpmt_lines_out_rec OUT NOCOPY WSH_IB_SHPMT_LINE_REC_TYPE,
1594: x_max_rcv_txn_id OUT NOCOPY NUMBER,
1595: x_msg_count OUT NOCOPY NUMBER,
1596: x_msg_data OUT NOCOPY VARCHAR2,
1597: x_return_status OUT NOCOPY VARCHAR2)

Line 1909: x_shpmt_lines_out_rec := WSH_IB_SHPMT_LINE_REC_TYPE(WSH_NUM_TBL_TYPE(),

1905: --}
1906: END IF;
1907:
1908: --
1909: x_shpmt_lines_out_rec := WSH_IB_SHPMT_LINE_REC_TYPE(WSH_NUM_TBL_TYPE(),
1910: WSH_NUM_TBL_TYPE(),
1911: WSH_VAR_TBL_TYPE(),
1912: WSH_VAR_TBL_TYPE(),
1913: WSH_VAR_TBL_TYPE(),