DBA Data[Home] [Help]

APPS.OE_ORDER_GRP dependencies on OE_LOT_SERIAL_UTIL

Line 1331: OE_Lot_Serial_Util.Get_Values(p_Lot_Serial_tbl(I));

1327: -- Convert Lot_Serial
1328:
1329: FOR I IN 1..p_Lot_Serial_tbl.COUNT LOOP
1330: x_Lot_Serial_val_tbl(I) :=
1331: OE_Lot_Serial_Util.Get_Values(p_Lot_Serial_tbl(I));
1332: END LOOP;
1333:
1334: EXCEPTION
1335:

Line 1963: OE_Lot_Serial_Util.Get_Ids

1959: ,p_source_document_type_id => l_source_document_type_id
1960: ,p_source_document_id => l_source_document_id
1961: ,p_source_document_line_id => l_source_document_line_id );
1962:
1963: OE_Lot_Serial_Util.Get_Ids
1964: ( p_x_Lot_Serial_rec => x_Lot_Serial_tbl(l_index)
1965: , p_Lot_Serial_val_rec => p_Lot_Serial_val_tbl(l_index)
1966: );
1967: