DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_LINE_ADJ_ASSOCS_UTIL

Line 22150: OE_Line_Adj_Assocs_Util.delete_row(

22146: IF child_line_id=p_old_line_rec.line_id then
22147: oe_debug_pub.ADD('trying to delete adjustments for line_id:'||p_old_line_rec.line_id,1);
22148: oe_line_adj_util.delete_row(p_line_id=>p_old_line_rec.line_id);
22149: oe_debug_pub.ADD('child adj id '||child_adj_id,1);
22150: OE_Line_Adj_Assocs_Util.delete_row(
22151: p_price_adjustment_id=>child_adj_id);
22152: END IF;
22153:
22154: --Find out the number of free items adjustments associated with this parent