DBA Data[Home] [Help]

APPS.OE_ITORD_UTIL dependencies on OE_ORDER_PUB

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

390:
391: --This function is called from process_order (Entity level validation OEXLLINB.pls)
392: --Returns true/false indicating orderable or not
393:
394: Function Validate_item_orderability ( p_line_rec in OE_Order_PUB.Line_Rec_Type )
395: Return BOOLEAN IS
396: l_operating_unit_id NUMBER;
397: l_exists varchar2(1);
398: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;