DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_CHG_ORDER_PVT

Line 18747: OE_CHG_ORDER_PVT.RecordLineHist

18743: p_request_type => OE_GLOBALS.G_VERSION_AUDIT,
18744: x_return_status => l_return_status);
18745: OE_GLOBALS.G_AUDIT_HISTORY_RQD_FLAG := 'N';
18746: ELSE
18747: OE_CHG_ORDER_PVT.RecordLineHist
18748: (p_line_id => p_x_line_rec.line_id,
18749: p_line_rec => null,
18750: p_hist_type_code => 'SPLIT',
18751: p_reason_code => NULL,

Line 18836: OE_CHG_ORDER_PVT.RecordLineHist

18832: x_return_status => l_return_status);
18833: OE_GLOBALS.G_AUDIT_HISTORY_RQD_FLAG := 'N';
18834: ELSE
18835: */
18836: OE_CHG_ORDER_PVT.RecordLineHist
18837: (p_line_id => p_x_line_rec.line_id,
18838: p_line_rec => null,
18839: p_hist_type_code => 'UPDATE',
18840: p_reason_code => p_x_line_rec.change_reason,