DBA Data[Home] [Help]

APPS.OE_VERSIONING_UTIL dependencies on OE_CHG_ORDER_PVT

Line 688: OE_CHG_ORDER_PVT.RecordHeaderHist

684: IF l_debug_level > 0 THEN
685: oe_debug_pub.add('Calling recordheaderhist operation: '|| oe_order_util.g_old_header_rec.operation,1);
686: END IF;
687:
688: OE_CHG_ORDER_PVT.RecordHeaderHist
689: ( p_header_id => oe_order_util.g_old_header_rec.header_id,
690: p_header_rec => oe_order_util.g_old_header_rec,
691: p_hist_type_code => l_hist_type_code,
692: p_reason_code => NULL,

Line 786: OE_CHG_ORDER_PVT.RecordLineHist

782: IF l_debug_level > 0 THEN
783: oe_debug_pub.add('Calling recordlinehist operation: '|| oe_order_util.g_old_line_tbl(i).operation,1);
784: END IF;
785:
786: OE_CHG_ORDER_PVT.RecordLineHist
787: (p_line_id => oe_order_util.g_old_line_tbl(i).line_id,
788: p_line_rec => oe_order_util.g_old_line_tbl(i),
789: p_hist_type_code => l_hist_type_code,
790: p_reason_code => NULL,

Line 869: OE_CHG_ORDER_PVT.RecordHPAdjHist

865: IF l_debug_level > 0 THEN
866: oe_debug_pub.add('Calling recordHPAdjhist operation: '|| oe_order_util.g_old_header_adj_tbl(i).operation,1);
867: END IF;
868:
869: OE_CHG_ORDER_PVT.RecordHPAdjHist
870: (p_header_adj_id => oe_order_util.g_old_header_adj_tbl(i).price_adjustment_id,
871: p_header_adj_rec => oe_order_util.g_old_header_adj_tbl(i),
872: p_hist_type_code => l_hist_type_code,
873: p_reason_code => oe_globals.g_reason_code,

Line 954: OE_CHG_ORDER_PVT.RecordHSCreditHist

950: IF l_debug_level > 0 THEN
951: oe_debug_pub.add('Calling recordHSCredithist operation: '|| oe_order_util.g_old_header_scredit_tbl(i).operation,1);
952: END IF;
953:
954: OE_CHG_ORDER_PVT.RecordHSCreditHist
955: (p_header_scredit_id => oe_order_util.g_old_header_scredit_tbl(i).sales_credit_id,
956: p_header_scredit_rec => oe_order_util.g_old_header_scredit_tbl(i),
957: p_hist_type_code => l_hist_type_code,
958: p_reason_code => oe_globals.g_reason_code,

Line 1036: OE_CHG_ORDER_PVT.RecordLPAdjHist

1032: IF l_debug_level > 0 THEN
1033: oe_debug_pub.add('Calling recordLPAdjhist operation: '|| oe_order_util.g_old_line_adj_tbl(i).operation,1);
1034: END IF;
1035:
1036: OE_CHG_ORDER_PVT.RecordLPAdjHist
1037: (p_line_adj_id => oe_order_util.g_old_line_adj_tbl(i).price_adjustment_id,
1038: p_line_adj_rec => oe_order_util.g_old_line_adj_tbl(i),
1039: p_hist_type_code => l_hist_type_code,
1040: p_reason_code => oe_globals.g_reason_code,

Line 1119: OE_CHG_ORDER_PVT.RecordLSCreditHist

1115: IF l_debug_level > 0 THEN
1116: oe_debug_pub.add('Calling recordLSCredithist operation: '|| oe_order_util.g_old_line_scredit_tbl(i).operation,1);
1117: END IF;
1118:
1119: OE_CHG_ORDER_PVT.RecordLSCreditHist
1120: (p_line_scredit_id => oe_order_util.g_old_line_scredit_tbl(i).sales_credit_id,
1121: p_line_scredit_rec => oe_order_util.g_old_line_scredit_tbl(i),
1122: p_hist_type_code => l_hist_type_code,
1123: p_reason_code => oe_globals.g_reason_code,