DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_ORDER_CACHE

Line 605: ,x_item_rec OUT NOCOPY OE_ORDER_CACHE.item_rec_type

601: /*FUNCTION process_characteristics -- INVCONV OBSOLETE NEED TO TAKE OUT
602: (
603: p_inventory_item_id IN NUMBER
604: ,p_ship_from_org_id IN NUMBER
605: ,x_item_rec OUT NOCOPY OE_ORDER_CACHE.item_rec_type
606: )
607: RETURN BOOLEAN; */
608:
609: FUNCTION dual_uom_control -- INVCONV

Line 613: ,x_item_rec OUT NOCOPY OE_ORDER_CACHE.item_rec_type

609: FUNCTION dual_uom_control -- INVCONV
610: (
611: p_inventory_item_id IN NUMBER
612: ,p_ship_from_org_id IN NUMBER
613: ,x_item_rec OUT NOCOPY OE_ORDER_CACHE.item_rec_type
614: )
615: RETURN BOOLEAN;
616:
617: