DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_ORDER_CACHE

Line 598: ,x_item_rec OUT NOCOPY OE_ORDER_CACHE.item_rec_type

594: /*FUNCTION process_characteristics -- INVCONV OBSOLETE NEED TO TAKE OUT
595: (
596: p_inventory_item_id IN NUMBER
597: ,p_ship_from_org_id IN NUMBER
598: ,x_item_rec OUT NOCOPY OE_ORDER_CACHE.item_rec_type
599: )
600: RETURN BOOLEAN; */
601:
602: FUNCTION dual_uom_control -- INVCONV

Line 606: ,x_item_rec OUT NOCOPY OE_ORDER_CACHE.item_rec_type

602: FUNCTION dual_uom_control -- INVCONV
603: (
604: p_inventory_item_id IN NUMBER
605: ,p_ship_from_org_id IN NUMBER
606: ,x_item_rec OUT NOCOPY OE_ORDER_CACHE.item_rec_type
607: )
608: RETURN BOOLEAN;
609:
610: