DBA Data[Home] [Help]

APPS.OE_ITORD_UTIL dependencies on OE_ORDER_PUB

Line 363: Function Validate_item_orderability ( p_line_rec in OE_Order_PUB.Line_Rec_Type )

359:
360: --This function is called from process_order (Entity level validation OEXLLINB.pls)
361: --Returns true/false indicating orderable or not
362:
363: Function Validate_item_orderability ( p_line_rec in OE_Order_PUB.Line_Rec_Type )
364: Return BOOLEAN IS
365: l_operating_unit_id NUMBER;
366: l_exists varchar2(1);
367: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;