DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_CHG_ORDER_PVT

Line 17045: OE_CHG_ORDER_PVT.RecordLineHist

17041: p_request_type => OE_GLOBALS.G_VERSION_AUDIT,
17042: x_return_status => l_return_status);
17043: OE_GLOBALS.G_AUDIT_HISTORY_RQD_FLAG := 'N';
17044: ELSE
17045: OE_CHG_ORDER_PVT.RecordLineHist
17046: (p_line_id => p_x_line_rec.line_id,
17047: p_line_rec => null,
17048: p_hist_type_code => 'SPLIT',
17049: p_reason_code => NULL,

Line 17132: OE_CHG_ORDER_PVT.RecordLineHist

17128: p_request_type => OE_GLOBALS.G_VERSION_AUDIT,
17129: x_return_status => l_return_status);
17130: OE_GLOBALS.G_AUDIT_HISTORY_RQD_FLAG := 'N';
17131: ELSE
17132: OE_CHG_ORDER_PVT.RecordLineHist
17133: (p_line_id => p_x_line_rec.line_id,
17134: p_line_rec => null,
17135: p_hist_type_code => 'UPDATE',
17136: p_reason_code => p_x_line_rec.change_reason,