DBA Data[Home] [Help]

APPS.OE_ORDER_PVT dependencies on OE_DEFAULT_LINE

Line 3212: OE_Default_Line.Attributes

3208: IF l_debug_level > 0 THEN
3209: oe_debug_pub.add( 'DEFAULT MISSING' , 1 ) ;
3210: END IF;
3211:
3212: OE_Default_Line.Attributes
3213: ( p_x_line_rec => l_line_rec
3214: ,p_old_line_rec => l_old_line_rec);
3215:
3216: ELSE

Line 4035: OE_Default_Line_Scredit.Attributes

4031:
4032: IF l_control_rec.default_attributes
4033: THEN
4034:
4035: OE_Default_Line_Scredit.Attributes
4036: ( p_x_Line_Scredit_rec => l_Line_Scredit_rec
4037: , p_old_line_scredit_rec => l_old_line_Scredit_Rec
4038: );
4039:

Line 4652: oe_debug_pub.add('Payment:before OE_Default_Line_Payment.Attributes', 5);

4648: IF l_control_rec.default_attributes
4649: THEN
4650:
4651: IF l_debug_level > 0 THEN
4652: oe_debug_pub.add('Payment:before OE_Default_Line_Payment.Attributes', 5);
4653: END IF;
4654: OE_Default_Line_Payment.Attributes
4655: ( p_x_Line_Payment_rec => l_Line_Payment_rec
4656: , p_old_line_payment_rec => l_old_line_Payment_Rec

Line 4654: OE_Default_Line_Payment.Attributes

4650:
4651: IF l_debug_level > 0 THEN
4652: oe_debug_pub.add('Payment:before OE_Default_Line_Payment.Attributes', 5);
4653: END IF;
4654: OE_Default_Line_Payment.Attributes
4655: ( p_x_Line_Payment_rec => l_Line_Payment_rec
4656: , p_old_line_payment_rec => l_old_line_Payment_Rec
4657: );
4658: IF l_debug_level > 0 THEN

Line 4659: oe_debug_pub.add('Payment:after OE_Default_Line_Payment.Attributes', 5);

4655: ( p_x_Line_Payment_rec => l_Line_Payment_rec
4656: , p_old_line_payment_rec => l_old_line_Payment_Rec
4657: );
4658: IF l_debug_level > 0 THEN
4659: oe_debug_pub.add('Payment:after OE_Default_Line_Payment.Attributes', 5);
4660: END IF;
4661:
4662: END IF;
4663: