DBA Data[Home] [Help]

APPS.OE_LINE_ADJ_UTIL dependencies on OE_HEADER_ADJ_UTIL

Line 1512: oe_header_Adj_util.log_request_for_margin(p_x_Line_Adj_rec.header_id);

1508: l_price_flag := TRUE;
1509: --added by ksurendr
1510: --bug 4060297
1511: --Delayed request to compute margin
1512: oe_header_Adj_util.log_request_for_margin(p_x_Line_Adj_rec.header_id);
1513: END IF;
1514:
1515: -- added by lkxu: populate the change reason when manual adjustment
1516: -- is applied by user.

Line 1565: oe_header_Adj_util.log_request_for_margin(p_x_Line_Adj_rec.header_id);

1561: l_price_flag := TRUE;
1562: l_calculate_commitment_flag := 'Y';
1563:
1564: --bug 4060297
1565: oe_header_Adj_util.log_request_for_margin(p_x_Line_Adj_rec.header_id);
1566:
1567: -- fixed bug 3271297, to log Verify Payment delayed request
1568: -- when freight charge changes.
1569: IF p_x_Line_Adj_rec.list_line_type_code='FREIGHT_CHARGE' THEN