DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on OE_ORDER_PVT

Line 3901: -- Variable to indicate that a oe_order_pvt.line call is needed to redefault

3897: l_control_rec OE_GLOBALS.Control_Rec_Type;
3898: l_old_line_rec OE_Order_PUB.Line_Rec_Type;
3899: -- Variable to indicate Referenced RMA creation or change of reference
3900: G_REF_RMA VARCHAR2(1) := 'N';
3901: -- Variable to indicate that a oe_order_pvt.line call is needed to redefault
3902: -- Missing / Invalid attributes
3903: G_REDEFAULT_MISSING VARCHAR2(1) := 'N';
3904: --added for bug 3739650
3905: l_site_use_code VARCHAR2(30);

Line 8061: -- Need to Call Oe_Order_Pvt.Lines to re-default missing attributes

8057: IF l_debug_level > 0 then
8058: oe_debug_pub.add('Inside G_REDEFAULT_MISSING',4);
8059: END IF;
8060:
8061: -- Need to Call Oe_Order_Pvt.Lines to re-default missing attributes
8062:
8063: l_control_rec.controlled_operation := TRUE;
8064: l_control_rec.check_security := TRUE;
8065: l_control_rec.clear_dependents := TRUE;

Line 8076: Oe_Order_Pvt.Lines

8072:
8073: l_old_line_tbl(1) := l_old_line_rec;
8074: l_line_tbl(1) := p_line_rec;
8075:
8076: Oe_Order_Pvt.Lines
8077: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
8078: , p_control_rec => l_control_rec
8079: , p_x_line_tbl => l_line_tbl
8080: , p_x_old_line_tbl => l_old_line_tbl