DBA Data[Home] [Help]

APPS.INV_MO_ADMIN_PUB dependencies on INV_TROLIN_UTIL

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

225: FND_MSG_PUB.ADD;
226: RAISE FND_API.G_EXC_ERROR;
227: END IF;
228:
229: l_trolin_tbl := Inv_Trolin_Util.Get_Lines( l_header_id );
230: For I in 1..l_trolin_tbl.count Loop
231: Close_Line(
232: p_api_version => 1.0,
233: p_line_id => l_trolin_tbl(I).Line_Id,

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

500: RAISE FND_API.G_EXC_ERROR;
501: END IF;
502: END IF;
503:
504: l_old_trolin_rec := Inv_Trolin_Util.Query_Row( l_line_id );
505:
506: l_old_trolin_tbl(1) := l_old_trolin_rec;
507: l_new_trolin_tbl(1) := l_old_trolin_rec;
508: