DBA Data[Home] [Help]

APPS.INV_MO_ADMIN_PUB dependencies on INV_TROLIN_UTIL

Line 234: l_trolin_tbl := Inv_Trolin_Util.Get_Lines( l_header_id );

230: FND_MSG_PUB.ADD;
231: RAISE FND_API.G_EXC_ERROR;
232: END IF;
233:
234: l_trolin_tbl := Inv_Trolin_Util.Get_Lines( l_header_id );
235: For I in 1..l_trolin_tbl.count Loop
236: Close_Line(
237: p_api_version => 1.0,
238: p_line_id => l_trolin_tbl(I).Line_Id,

Line 514: l_old_trolin_rec := Inv_Trolin_Util.Query_Row( l_line_id );

510: RAISE FND_API.G_EXC_ERROR;
511: END IF;
512: END IF;
513:
514: l_old_trolin_rec := Inv_Trolin_Util.Query_Row( l_line_id );
515:
516: l_old_trolin_tbl(1) := l_old_trolin_rec;
517: l_new_trolin_tbl(1) := l_old_trolin_rec;
518: