DBA Data[Home] [Help]

APPS.OE_RETROBILL_PVT dependencies on OE_ORDER_PRICE_ATTRIBS

Line 1394: -- query the attributes table OE_ORDER_PRICE_ATTRIBS and assign it to the record structure

1390:
1391: l_row_count NUMBER := 0;
1392: Begin
1393:
1394: -- query the attributes table OE_ORDER_PRICE_ATTRIBS and assign it to the record structure
1395: oe_debug_pub.add('Enter procedure Oe_Retrobill_Pvt.Prepare_Line_Pricing_Attribs:');
1396:
1397: SELECT
1398: pricing_context,

Line 1641: FROM oe_order_price_attribs

1637: x_Line_price_Att_rec.flex_title ,
1638: x_Line_price_Att_rec.override_flag,
1639: x_Line_price_Att_rec.lock_control,
1640: x_Line_price_Att_rec.orig_sys_atts_ref
1641: FROM oe_order_price_attribs
1642: WHERE line_id =p_line_id;
1643:
1644: l_row_count := SQL%ROWCOUNT;
1645: x_row_count := l_row_count;