DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on OE_ORDER_PVT

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

3765: l_control_rec OE_GLOBALS.Control_Rec_Type;
3766: l_old_line_rec OE_Order_PUB.Line_Rec_Type;
3767: -- Variable to indicate Referenced RMA creation or change of reference
3768: G_REF_RMA VARCHAR2(1) := 'N';
3769: -- Variable to indicate that a oe_order_pvt.line call is needed to redefault
3770: -- Missing / Invalid attributes
3771: G_REDEFAULT_MISSING VARCHAR2(1) := 'N';
3772: --added for bug 3739650
3773: l_site_use_code VARCHAR2(30);

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

7646: IF l_debug_level > 0 then
7647: oe_debug_pub.add('Inside G_REDEFAULT_MISSING',4);
7648: END IF;
7649:
7650: -- Need to Call Oe_Order_Pvt.Lines to re-default missing attributes
7651:
7652: l_control_rec.controlled_operation := TRUE;
7653: l_control_rec.check_security := TRUE;
7654: l_control_rec.clear_dependents := TRUE;

Line 7665: Oe_Order_Pvt.Lines

7661:
7662: l_old_line_tbl(1) := l_old_line_rec;
7663: l_line_tbl(1) := p_line_rec;
7664:
7665: Oe_Order_Pvt.Lines
7666: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
7667: , p_control_rec => l_control_rec
7668: , p_x_line_tbl => l_line_tbl
7669: , p_x_old_line_tbl => l_old_line_tbl