DBA Data[Home] [Help]

APPS.OE_PRICE_LIST_LINE_UTIL dependencies on QP_UTIL

Line 2775: QP_UTIL.Get_Context_Attribute('1001', l_product_context, l_product_attr);

2771: oe_debug_pub.initialize;
2772: oe_debug_pub.debug_on;
2773: oe_debug_pub.add ( 'Geresh 9 :: IN Maintain attributes ' );
2774:
2775: QP_UTIL.Get_Context_Attribute('1001', l_product_context, l_product_attr);
2776:
2777: /* get the customer item context */
2778: oe_debug_pub.add ( 'Geresh 10 :: IN Maintain attributes ' );
2779:

Line 2780: QP_UTIL.Get_Context_Attribute('CUSTOMER_ITEM_ID', l_customer_item_context, l_customer_item_attr);

2776:
2777: /* get the customer item context */
2778: oe_debug_pub.add ( 'Geresh 10 :: IN Maintain attributes ' );
2779:
2780: QP_UTIL.Get_Context_Attribute('CUSTOMER_ITEM_ID', l_customer_item_context, l_customer_item_attr);
2781:
2782: oe_debug_pub.add ( 'Geresh 11 :: IN Maintain attributes ' );
2783:
2784: QP_UTIL.Get_Context_Attribute('DOLLARS',

Line 2784: QP_UTIL.Get_Context_Attribute('DOLLARS',

2780: QP_UTIL.Get_Context_Attribute('CUSTOMER_ITEM_ID', l_customer_item_context, l_customer_item_attr);
2781:
2782: oe_debug_pub.add ( 'Geresh 11 :: IN Maintain attributes ' );
2783:
2784: QP_UTIL.Get_Context_Attribute('DOLLARS',
2785: l_pb_dollars_attribute_context,
2786: l_pb_dollars_attribute );
2787: oe_debug_pub.add ( 'Geresh 12 :: IN Maintain attributes ' );
2788:

Line 2789: QP_UTIL.Get_Context_Attribute('UNITS',

2785: l_pb_dollars_attribute_context,
2786: l_pb_dollars_attribute );
2787: oe_debug_pub.add ( 'Geresh 12 :: IN Maintain attributes ' );
2788:
2789: QP_UTIL.Get_Context_Attribute('UNITS',
2790: l_pb_units_attribute_context,
2791: l_pb_units_attribute );
2792: oe_debug_pub.add ( 'Geresh 13 :: IN Maintain attributes ' );
2793: