DBA Data[Home] [Help]

APPS.GMI_TRANS_ENGINE_PVT dependencies on GMIVDBL

Line 952: IF NOT gmivdbl.ic_item_mst_select (

948: /* Added code to ensure the completed transaction reflected
949: the lot status and qc grade of the lot in ic_loct_inv
950: at the time the transaction took place */
951: l_item_mst_rec.item_id := l_tran_rec.item_id;
952: IF NOT gmivdbl.ic_item_mst_select (
953: p_ic_item_mst_row => l_item_mst_rec,
954: x_ic_item_mst_row => l_item_mst_rec
955: ) THEN
956: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;