DBA Data[Home] [Help]

APPS.WSMPINVL dependencies on INV_LOT_API_PUB

Line 236: x_invattr_tbl IN inv_lot_api_pub.char_tbl,

232: X_Transaction_Date IN DATE,
233: X_Source_Line_Id IN NUMBER,
234: X_Header_Id IN NUMBER, -- added by Bala
235: x_lot_attributes_rec IN lot_attributes_rec_type, -- added by sisankar for bug 4920235
236: x_invattr_tbl IN inv_lot_api_pub.char_tbl,
237: x_Cattr_tbl IN inv_lot_api_pub.char_tbl,
238: x_Dattr_tbl IN inv_lot_api_pub.date_tbl,
239: x_Nattr_tbl IN inv_lot_api_pub.number_tbl,
240: x_err_code OUT NOCOPY NUMBER,

Line 237: x_Cattr_tbl IN inv_lot_api_pub.char_tbl,

233: X_Source_Line_Id IN NUMBER,
234: X_Header_Id IN NUMBER, -- added by Bala
235: x_lot_attributes_rec IN lot_attributes_rec_type, -- added by sisankar for bug 4920235
236: x_invattr_tbl IN inv_lot_api_pub.char_tbl,
237: x_Cattr_tbl IN inv_lot_api_pub.char_tbl,
238: x_Dattr_tbl IN inv_lot_api_pub.date_tbl,
239: x_Nattr_tbl IN inv_lot_api_pub.number_tbl,
240: x_err_code OUT NOCOPY NUMBER,
241: x_err_msg OUT NOCOPY VARCHAR2

Line 238: x_Dattr_tbl IN inv_lot_api_pub.date_tbl,

234: X_Header_Id IN NUMBER, -- added by Bala
235: x_lot_attributes_rec IN lot_attributes_rec_type, -- added by sisankar for bug 4920235
236: x_invattr_tbl IN inv_lot_api_pub.char_tbl,
237: x_Cattr_tbl IN inv_lot_api_pub.char_tbl,
238: x_Dattr_tbl IN inv_lot_api_pub.date_tbl,
239: x_Nattr_tbl IN inv_lot_api_pub.number_tbl,
240: x_err_code OUT NOCOPY NUMBER,
241: x_err_msg OUT NOCOPY VARCHAR2
242: );

Line 239: x_Nattr_tbl IN inv_lot_api_pub.number_tbl,

235: x_lot_attributes_rec IN lot_attributes_rec_type, -- added by sisankar for bug 4920235
236: x_invattr_tbl IN inv_lot_api_pub.char_tbl,
237: x_Cattr_tbl IN inv_lot_api_pub.char_tbl,
238: x_Dattr_tbl IN inv_lot_api_pub.date_tbl,
239: x_Nattr_tbl IN inv_lot_api_pub.number_tbl,
240: x_err_code OUT NOCOPY NUMBER,
241: x_err_msg OUT NOCOPY VARCHAR2
242: );
243: