DBA Data[Home] [Help]

APPS.OE_VERSIONING_UTIL dependencies on OE_CHG_ORDER_PVT

Line 711: OE_CHG_ORDER_PVT.RecordHeaderHist

707: IF l_debug_level > 0 THEN
708: oe_debug_pub.add('Calling recordheaderhist operation: '|| oe_order_util.g_old_header_rec.operation,1);
709: END IF;
710:
711: OE_CHG_ORDER_PVT.RecordHeaderHist
712: ( p_header_id => oe_order_util.g_old_header_rec.header_id,
713: p_header_rec => oe_order_util.g_old_header_rec,
714: p_hist_type_code => l_hist_type_code,
715: p_reason_code => NULL,

Line 809: OE_CHG_ORDER_PVT.RecordLineHist

805: IF l_debug_level > 0 THEN
806: oe_debug_pub.add('Calling recordlinehist operation: '|| oe_order_util.g_old_line_tbl(i).operation,1);
807: END IF;
808:
809: OE_CHG_ORDER_PVT.RecordLineHist
810: (p_line_id => oe_order_util.g_old_line_tbl(i).line_id,
811: p_line_rec => oe_order_util.g_old_line_tbl(i),
812: p_hist_type_code => l_hist_type_code,
813: p_reason_code => NULL,

Line 892: OE_CHG_ORDER_PVT.RecordHPAdjHist

888: IF l_debug_level > 0 THEN
889: oe_debug_pub.add('Calling recordHPAdjhist operation: '|| oe_order_util.g_old_header_adj_tbl(i).operation,1);
890: END IF;
891:
892: OE_CHG_ORDER_PVT.RecordHPAdjHist
893: (p_header_adj_id => oe_order_util.g_old_header_adj_tbl(i).price_adjustment_id,
894: p_header_adj_rec => oe_order_util.g_old_header_adj_tbl(i),
895: p_hist_type_code => l_hist_type_code,
896: p_reason_code => oe_globals.g_reason_code,

Line 977: OE_CHG_ORDER_PVT.RecordHSCreditHist

973: IF l_debug_level > 0 THEN
974: oe_debug_pub.add('Calling recordHSCredithist operation: '|| oe_order_util.g_old_header_scredit_tbl(i).operation,1);
975: END IF;
976:
977: OE_CHG_ORDER_PVT.RecordHSCreditHist
978: (p_header_scredit_id => oe_order_util.g_old_header_scredit_tbl(i).sales_credit_id,
979: p_header_scredit_rec => oe_order_util.g_old_header_scredit_tbl(i),
980: p_hist_type_code => l_hist_type_code,
981: p_reason_code => oe_globals.g_reason_code,

Line 1059: OE_CHG_ORDER_PVT.RecordLPAdjHist

1055: IF l_debug_level > 0 THEN
1056: oe_debug_pub.add('Calling recordLPAdjhist operation: '|| oe_order_util.g_old_line_adj_tbl(i).operation,1);
1057: END IF;
1058:
1059: OE_CHG_ORDER_PVT.RecordLPAdjHist
1060: (p_line_adj_id => oe_order_util.g_old_line_adj_tbl(i).price_adjustment_id,
1061: p_line_adj_rec => oe_order_util.g_old_line_adj_tbl(i),
1062: p_hist_type_code => l_hist_type_code,
1063: p_reason_code => oe_globals.g_reason_code,

Line 1142: OE_CHG_ORDER_PVT.RecordLSCreditHist

1138: IF l_debug_level > 0 THEN
1139: oe_debug_pub.add('Calling recordLSCredithist operation: '|| oe_order_util.g_old_line_scredit_tbl(i).operation,1);
1140: END IF;
1141:
1142: OE_CHG_ORDER_PVT.RecordLSCreditHist
1143: (p_line_scredit_id => oe_order_util.g_old_line_scredit_tbl(i).sales_credit_id,
1144: p_line_scredit_rec => oe_order_util.g_old_line_scredit_tbl(i),
1145: p_hist_type_code => l_hist_type_code,
1146: p_reason_code => oe_globals.g_reason_code,