DBA Data[Home] [Help]

APPS.OE_BULK_CONFIG_UTIL dependencies on OE_BULK_PROCESS_LINE

Line 2376: OE_BULK_PROCESS_LINE.Get_Item_Info(

2372: );
2373:
2374: -- Get inventory_item_id if NULL on l_line_rec.
2375: IF l_line_rec.inventory_item_id(I) IS NULL THEN
2376: OE_BULK_PROCESS_LINE.Get_Item_Info(
2377: p_index => I,
2378: p_line_rec => l_line_rec
2379: );
2380: END IF;