DBA Data[Home] [Help]

APPS.OE_LINE_PATTR_UTIL dependencies on OE_LINE_ADJ_UTIL

Line 4057: OE_LINE_ADJ_UTIL.Register_Changed_Lines(p_line_id=> p_x_Line_Price_Att_rec.line_id,

4053: End If;
4054:
4055: --Need to register changed line so that repricing for this line will happen
4056: oe_debug_pub.add(' Before calling registered changed lines from ulpab');
4057: OE_LINE_ADJ_UTIL.Register_Changed_Lines(p_line_id=> p_x_Line_Price_Att_rec.line_id,
4058: p_header_id=>p_x_Line_Price_Att_rec.header_id,
4059: p_operation=>OE_GLOBALS.G_OPR_UPDATE);
4060: oe_debug_pub.add(' After calling registered changed line');
4061:

Line 4174: oe_debug_pub.add('Entering OE_Line_Adj_Util.Lock_Row.', 1);

4170: l_lock_control NUMBER;
4171:
4172: BEGIN
4173:
4174: oe_debug_pub.add('Entering OE_Line_Adj_Util.Lock_Row.', 1);
4175: SAVEPOINT Lock_Row;
4176:
4177: l_lock_control := NULL;
4178: