DBA Data[Home] [Help]

APPS.INV_TO_FORM_TROHDR dependencies on INV_TROHDR_UTIL

Line 185: l_trohdr_val_rec := INV_Trohdr_Util.Get_Values

181: x_transaction_type_id := l_x_trohdr_rec.transaction_type_id;
182: x_ship_to_location_id := l_x_trohdr_rec.ship_to_location_id;
183: -- Load display out parameters if any
184:
185: l_trohdr_val_rec := INV_Trohdr_Util.Get_Values
186: ( p_trohdr_rec => l_x_trohdr_rec
187: );
188: x_from_subinventory := l_trohdr_val_rec.from_subinventory;
189: x_header := l_trohdr_val_rec.header;

Line 442: l_trohdr_val_rec := INV_Trohdr_Util.Get_Values

438: -- ssia end of changes
439: x_ship_to_location_id := FND_API.G_MISS_NUM;
440: -- Load display out parameters if any
441:
442: l_trohdr_val_rec := INV_Trohdr_Util.Get_Values
443: ( p_trohdr_rec => l_x_trohdr_rec
444: , p_old_trohdr_rec => l_trohdr_rec
445: );
446:

Line 1446: g_trohdr_rec := INV_Trohdr_Util.Query_Row

1442: THEN
1443:
1444: -- Query row from DB
1445:
1446: g_trohdr_rec := INV_Trohdr_Util.Query_Row
1447: ( p_header_id => p_header_id
1448: );
1449:
1450: g_trohdr_rec.db_flag := FND_API.G_TRUE;