DBA Data[Home] [Help]

APPS.OE_ORDER_GRP dependencies on OE_LOT_SERIAL_UTIL

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

1238: -- Convert Lot_Serial
1239:
1240: FOR I IN 1..p_Lot_Serial_tbl.COUNT LOOP
1241: x_Lot_Serial_val_tbl(I) :=
1242: OE_Lot_Serial_Util.Get_Values(p_Lot_Serial_tbl(I));
1243: END LOOP;
1244:
1245: EXCEPTION
1246:

Line 1874: OE_Lot_Serial_Util.Get_Ids

1870: ,p_source_document_type_id => l_source_document_type_id
1871: ,p_source_document_id => l_source_document_id
1872: ,p_source_document_line_id => l_source_document_line_id );
1873:
1874: OE_Lot_Serial_Util.Get_Ids
1875: ( p_x_Lot_Serial_rec => x_Lot_Serial_tbl(l_index)
1876: , p_Lot_Serial_val_rec => p_Lot_Serial_val_tbl(l_index)
1877: );
1878: