DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_LINE_ADJ_ASSOCS_UTIL

Line 24034: OE_Line_Adj_Assocs_Util.delete_row(

24030: IF child_line_id=p_old_line_rec.line_id then
24031: oe_debug_pub.ADD('trying to delete adjustments for line_id:'||p_old_line_rec.line_id,1);
24032: oe_line_adj_util.delete_row(p_line_id=>p_old_line_rec.line_id);
24033: oe_debug_pub.ADD('child adj id '||child_adj_id,1);
24034: OE_Line_Adj_Assocs_Util.delete_row(
24035: p_price_adjustment_id=>child_adj_id);
24036: END IF;
24037:
24038: --Find out the number of free items adjustments associated with this parent