DBA Data[Home] [Help]

APPS.OE_LINE_ADJ_UTIL dependencies on OE_HEADER_ADJ_UTIL

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

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

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

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