DBA Data[Home] [Help]

APPS.OE_CONFIG_PRICE_UTIL dependencies on OE_DEFAULT_LINE

Line 47: Recurring Charges: The call to OE_DEFAULT_LINE.Attributes for every child line

43: oe_debug_pub.add('updating selling prices of already saved options', 1);
44:
45: bug 2211600 : operationis set to CREATE on the line records.
46:
47: Recurring Charges: The call to OE_DEFAULT_LINE.Attributes for every child line
48: of network model will mean that it affects performance of pricing callback as
49: compare d to a regualr PTO or ATO model.
50: --------------------------------------------------------------------------*/
51:

Line 307: OE_Default_Line.Attributes

303: oe_debug_pub.add('QTY: ' || L_LINE_REC.ORDERED_QUANTITY,1);
304: oe_debug_pub.add('UCFPB,ITEM_TYPE: '||L_LINE_REC.ITEM_TYPE_CODE,1);
305: END IF;
306: ELSE -- not defaulted, pto model, default 1st option
307: OE_Default_Line.Attributes
308: ( p_x_line_rec => l_line_rec
309: ,p_old_line_rec => l_old_line_rec );
310: l_defaulted_flag := 'Y';
311: END IF;