DBA Data[Home] [Help]

APPS.OE_RMA_WF dependencies on OE_ORDER_PUB

Line 45: l_line_tbl OE_Order_PUB.Line_Tbl_Type;

41: l_msg_data VARCHAR2(240);
42: x_return_status VARCHAR2(30);
43: x_msg_count NUMBER;
44: x_msg_data VARCHAR2(240);
45: l_line_tbl OE_Order_PUB.Line_Tbl_Type;
46: l_old_line_tbl OE_Order_PUB.Line_Tbl_Type;
47: l_control_rec OE_GLOBALS.Control_Rec_Type;
48: l_x_header_rec OE_Order_PUB.Header_Rec_Type;
49: l_x_Header_Adj_rec OE_Order_PUB.Header_Adj_Rec_Type;

Line 46: l_old_line_tbl OE_Order_PUB.Line_Tbl_Type;

42: x_return_status VARCHAR2(30);
43: x_msg_count NUMBER;
44: x_msg_data VARCHAR2(240);
45: l_line_tbl OE_Order_PUB.Line_Tbl_Type;
46: l_old_line_tbl OE_Order_PUB.Line_Tbl_Type;
47: l_control_rec OE_GLOBALS.Control_Rec_Type;
48: l_x_header_rec OE_Order_PUB.Header_Rec_Type;
49: l_x_Header_Adj_rec OE_Order_PUB.Header_Adj_Rec_Type;
50: l_x_Header_Adj_tbl OE_Order_PUB.Header_Adj_Tbl_Type;

Line 48: l_x_header_rec OE_Order_PUB.Header_Rec_Type;

44: x_msg_data VARCHAR2(240);
45: l_line_tbl OE_Order_PUB.Line_Tbl_Type;
46: l_old_line_tbl OE_Order_PUB.Line_Tbl_Type;
47: l_control_rec OE_GLOBALS.Control_Rec_Type;
48: l_x_header_rec OE_Order_PUB.Header_Rec_Type;
49: l_x_Header_Adj_rec OE_Order_PUB.Header_Adj_Rec_Type;
50: l_x_Header_Adj_tbl OE_Order_PUB.Header_Adj_Tbl_Type;
51: l_x_Header_Scredit_rec OE_Order_PUB.Header_Scredit_Rec_Type;
52: l_x_Header_Scredit_tbl OE_Order_PUB.Header_Scredit_Tbl_Type;

Line 49: l_x_Header_Adj_rec OE_Order_PUB.Header_Adj_Rec_Type;

45: l_line_tbl OE_Order_PUB.Line_Tbl_Type;
46: l_old_line_tbl OE_Order_PUB.Line_Tbl_Type;
47: l_control_rec OE_GLOBALS.Control_Rec_Type;
48: l_x_header_rec OE_Order_PUB.Header_Rec_Type;
49: l_x_Header_Adj_rec OE_Order_PUB.Header_Adj_Rec_Type;
50: l_x_Header_Adj_tbl OE_Order_PUB.Header_Adj_Tbl_Type;
51: l_x_Header_Scredit_rec OE_Order_PUB.Header_Scredit_Rec_Type;
52: l_x_Header_Scredit_tbl OE_Order_PUB.Header_Scredit_Tbl_Type;
53: l_x_line_rec OE_Order_PUB.Line_Rec_Type;

Line 50: l_x_Header_Adj_tbl OE_Order_PUB.Header_Adj_Tbl_Type;

46: l_old_line_tbl OE_Order_PUB.Line_Tbl_Type;
47: l_control_rec OE_GLOBALS.Control_Rec_Type;
48: l_x_header_rec OE_Order_PUB.Header_Rec_Type;
49: l_x_Header_Adj_rec OE_Order_PUB.Header_Adj_Rec_Type;
50: l_x_Header_Adj_tbl OE_Order_PUB.Header_Adj_Tbl_Type;
51: l_x_Header_Scredit_rec OE_Order_PUB.Header_Scredit_Rec_Type;
52: l_x_Header_Scredit_tbl OE_Order_PUB.Header_Scredit_Tbl_Type;
53: l_x_line_rec OE_Order_PUB.Line_Rec_Type;
54: l_x_Line_Adj_rec OE_Order_PUB.Line_Adj_Rec_Type;

Line 51: l_x_Header_Scredit_rec OE_Order_PUB.Header_Scredit_Rec_Type;

47: l_control_rec OE_GLOBALS.Control_Rec_Type;
48: l_x_header_rec OE_Order_PUB.Header_Rec_Type;
49: l_x_Header_Adj_rec OE_Order_PUB.Header_Adj_Rec_Type;
50: l_x_Header_Adj_tbl OE_Order_PUB.Header_Adj_Tbl_Type;
51: l_x_Header_Scredit_rec OE_Order_PUB.Header_Scredit_Rec_Type;
52: l_x_Header_Scredit_tbl OE_Order_PUB.Header_Scredit_Tbl_Type;
53: l_x_line_rec OE_Order_PUB.Line_Rec_Type;
54: l_x_Line_Adj_rec OE_Order_PUB.Line_Adj_Rec_Type;
55: l_x_Line_Adj_tbl OE_Order_PUB.Line_Adj_Tbl_Type;

Line 52: l_x_Header_Scredit_tbl OE_Order_PUB.Header_Scredit_Tbl_Type;

48: l_x_header_rec OE_Order_PUB.Header_Rec_Type;
49: l_x_Header_Adj_rec OE_Order_PUB.Header_Adj_Rec_Type;
50: l_x_Header_Adj_tbl OE_Order_PUB.Header_Adj_Tbl_Type;
51: l_x_Header_Scredit_rec OE_Order_PUB.Header_Scredit_Rec_Type;
52: l_x_Header_Scredit_tbl OE_Order_PUB.Header_Scredit_Tbl_Type;
53: l_x_line_rec OE_Order_PUB.Line_Rec_Type;
54: l_x_Line_Adj_rec OE_Order_PUB.Line_Adj_Rec_Type;
55: l_x_Line_Adj_tbl OE_Order_PUB.Line_Adj_Tbl_Type;
56: l_x_Line_Scredit_rec OE_Order_PUB.Line_Scredit_Rec_Type;

Line 53: l_x_line_rec OE_Order_PUB.Line_Rec_Type;

49: l_x_Header_Adj_rec OE_Order_PUB.Header_Adj_Rec_Type;
50: l_x_Header_Adj_tbl OE_Order_PUB.Header_Adj_Tbl_Type;
51: l_x_Header_Scredit_rec OE_Order_PUB.Header_Scredit_Rec_Type;
52: l_x_Header_Scredit_tbl OE_Order_PUB.Header_Scredit_Tbl_Type;
53: l_x_line_rec OE_Order_PUB.Line_Rec_Type;
54: l_x_Line_Adj_rec OE_Order_PUB.Line_Adj_Rec_Type;
55: l_x_Line_Adj_tbl OE_Order_PUB.Line_Adj_Tbl_Type;
56: l_x_Line_Scredit_rec OE_Order_PUB.Line_Scredit_Rec_Type;
57: l_x_Line_Scredit_tbl OE_Order_PUB.Line_Scredit_Tbl_Type;

Line 54: l_x_Line_Adj_rec OE_Order_PUB.Line_Adj_Rec_Type;

50: l_x_Header_Adj_tbl OE_Order_PUB.Header_Adj_Tbl_Type;
51: l_x_Header_Scredit_rec OE_Order_PUB.Header_Scredit_Rec_Type;
52: l_x_Header_Scredit_tbl OE_Order_PUB.Header_Scredit_Tbl_Type;
53: l_x_line_rec OE_Order_PUB.Line_Rec_Type;
54: l_x_Line_Adj_rec OE_Order_PUB.Line_Adj_Rec_Type;
55: l_x_Line_Adj_tbl OE_Order_PUB.Line_Adj_Tbl_Type;
56: l_x_Line_Scredit_rec OE_Order_PUB.Line_Scredit_Rec_Type;
57: l_x_Line_Scredit_tbl OE_Order_PUB.Line_Scredit_Tbl_Type;
58: l_x_Lot_Serial_tbl OE_Order_PUB.Lot_Serial_Tbl_Type;

Line 55: l_x_Line_Adj_tbl OE_Order_PUB.Line_Adj_Tbl_Type;

51: l_x_Header_Scredit_rec OE_Order_PUB.Header_Scredit_Rec_Type;
52: l_x_Header_Scredit_tbl OE_Order_PUB.Header_Scredit_Tbl_Type;
53: l_x_line_rec OE_Order_PUB.Line_Rec_Type;
54: l_x_Line_Adj_rec OE_Order_PUB.Line_Adj_Rec_Type;
55: l_x_Line_Adj_tbl OE_Order_PUB.Line_Adj_Tbl_Type;
56: l_x_Line_Scredit_rec OE_Order_PUB.Line_Scredit_Rec_Type;
57: l_x_Line_Scredit_tbl OE_Order_PUB.Line_Scredit_Tbl_Type;
58: l_x_Lot_Serial_tbl OE_Order_PUB.Lot_Serial_Tbl_Type;
59: l_x_Header_price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type;

Line 56: l_x_Line_Scredit_rec OE_Order_PUB.Line_Scredit_Rec_Type;

52: l_x_Header_Scredit_tbl OE_Order_PUB.Header_Scredit_Tbl_Type;
53: l_x_line_rec OE_Order_PUB.Line_Rec_Type;
54: l_x_Line_Adj_rec OE_Order_PUB.Line_Adj_Rec_Type;
55: l_x_Line_Adj_tbl OE_Order_PUB.Line_Adj_Tbl_Type;
56: l_x_Line_Scredit_rec OE_Order_PUB.Line_Scredit_Rec_Type;
57: l_x_Line_Scredit_tbl OE_Order_PUB.Line_Scredit_Tbl_Type;
58: l_x_Lot_Serial_tbl OE_Order_PUB.Lot_Serial_Tbl_Type;
59: l_x_Header_price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type;
60: l_x_Header_Adj_Att_tbl OE_Order_PUB.Header_Adj_Att_Tbl_Type;

Line 57: l_x_Line_Scredit_tbl OE_Order_PUB.Line_Scredit_Tbl_Type;

53: l_x_line_rec OE_Order_PUB.Line_Rec_Type;
54: l_x_Line_Adj_rec OE_Order_PUB.Line_Adj_Rec_Type;
55: l_x_Line_Adj_tbl OE_Order_PUB.Line_Adj_Tbl_Type;
56: l_x_Line_Scredit_rec OE_Order_PUB.Line_Scredit_Rec_Type;
57: l_x_Line_Scredit_tbl OE_Order_PUB.Line_Scredit_Tbl_Type;
58: l_x_Lot_Serial_tbl OE_Order_PUB.Lot_Serial_Tbl_Type;
59: l_x_Header_price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type;
60: l_x_Header_Adj_Att_tbl OE_Order_PUB.Header_Adj_Att_Tbl_Type;
61: l_x_Header_Adj_Assoc_tbl OE_Order_PUB.Header_Adj_Assoc_Tbl_Type;

Line 58: l_x_Lot_Serial_tbl OE_Order_PUB.Lot_Serial_Tbl_Type;

54: l_x_Line_Adj_rec OE_Order_PUB.Line_Adj_Rec_Type;
55: l_x_Line_Adj_tbl OE_Order_PUB.Line_Adj_Tbl_Type;
56: l_x_Line_Scredit_rec OE_Order_PUB.Line_Scredit_Rec_Type;
57: l_x_Line_Scredit_tbl OE_Order_PUB.Line_Scredit_Tbl_Type;
58: l_x_Lot_Serial_tbl OE_Order_PUB.Lot_Serial_Tbl_Type;
59: l_x_Header_price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type;
60: l_x_Header_Adj_Att_tbl OE_Order_PUB.Header_Adj_Att_Tbl_Type;
61: l_x_Header_Adj_Assoc_tbl OE_Order_PUB.Header_Adj_Assoc_Tbl_Type;
62: l_x_Line_price_Att_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;

Line 59: l_x_Header_price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type;

55: l_x_Line_Adj_tbl OE_Order_PUB.Line_Adj_Tbl_Type;
56: l_x_Line_Scredit_rec OE_Order_PUB.Line_Scredit_Rec_Type;
57: l_x_Line_Scredit_tbl OE_Order_PUB.Line_Scredit_Tbl_Type;
58: l_x_Lot_Serial_tbl OE_Order_PUB.Lot_Serial_Tbl_Type;
59: l_x_Header_price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type;
60: l_x_Header_Adj_Att_tbl OE_Order_PUB.Header_Adj_Att_Tbl_Type;
61: l_x_Header_Adj_Assoc_tbl OE_Order_PUB.Header_Adj_Assoc_Tbl_Type;
62: l_x_Line_price_Att_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;
63: l_x_Line_Adj_Att_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;

Line 60: l_x_Header_Adj_Att_tbl OE_Order_PUB.Header_Adj_Att_Tbl_Type;

56: l_x_Line_Scredit_rec OE_Order_PUB.Line_Scredit_Rec_Type;
57: l_x_Line_Scredit_tbl OE_Order_PUB.Line_Scredit_Tbl_Type;
58: l_x_Lot_Serial_tbl OE_Order_PUB.Lot_Serial_Tbl_Type;
59: l_x_Header_price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type;
60: l_x_Header_Adj_Att_tbl OE_Order_PUB.Header_Adj_Att_Tbl_Type;
61: l_x_Header_Adj_Assoc_tbl OE_Order_PUB.Header_Adj_Assoc_Tbl_Type;
62: l_x_Line_price_Att_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;
63: l_x_Line_Adj_Att_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;
64: l_x_Line_Adj_Assoc_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;

Line 61: l_x_Header_Adj_Assoc_tbl OE_Order_PUB.Header_Adj_Assoc_Tbl_Type;

57: l_x_Line_Scredit_tbl OE_Order_PUB.Line_Scredit_Tbl_Type;
58: l_x_Lot_Serial_tbl OE_Order_PUB.Lot_Serial_Tbl_Type;
59: l_x_Header_price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type;
60: l_x_Header_Adj_Att_tbl OE_Order_PUB.Header_Adj_Att_Tbl_Type;
61: l_x_Header_Adj_Assoc_tbl OE_Order_PUB.Header_Adj_Assoc_Tbl_Type;
62: l_x_Line_price_Att_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;
63: l_x_Line_Adj_Att_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;
64: l_x_Line_Adj_Assoc_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;
65: l_x_Action_Request_tbl OE_Order_PUB.Request_Tbl_Type;

Line 62: l_x_Line_price_Att_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;

58: l_x_Lot_Serial_tbl OE_Order_PUB.Lot_Serial_Tbl_Type;
59: l_x_Header_price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type;
60: l_x_Header_Adj_Att_tbl OE_Order_PUB.Header_Adj_Att_Tbl_Type;
61: l_x_Header_Adj_Assoc_tbl OE_Order_PUB.Header_Adj_Assoc_Tbl_Type;
62: l_x_Line_price_Att_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;
63: l_x_Line_Adj_Att_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;
64: l_x_Line_Adj_Assoc_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;
65: l_x_Action_Request_tbl OE_Order_PUB.Request_Tbl_Type;
66: --serla begin

Line 63: l_x_Line_Adj_Att_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;

59: l_x_Header_price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type;
60: l_x_Header_Adj_Att_tbl OE_Order_PUB.Header_Adj_Att_Tbl_Type;
61: l_x_Header_Adj_Assoc_tbl OE_Order_PUB.Header_Adj_Assoc_Tbl_Type;
62: l_x_Line_price_Att_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;
63: l_x_Line_Adj_Att_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;
64: l_x_Line_Adj_Assoc_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;
65: l_x_Action_Request_tbl OE_Order_PUB.Request_Tbl_Type;
66: --serla begin
67: l_x_Header_Payment_tbl OE_Order_PUB.Header_Payment_Tbl_Type;

Line 64: l_x_Line_Adj_Assoc_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;

60: l_x_Header_Adj_Att_tbl OE_Order_PUB.Header_Adj_Att_Tbl_Type;
61: l_x_Header_Adj_Assoc_tbl OE_Order_PUB.Header_Adj_Assoc_Tbl_Type;
62: l_x_Line_price_Att_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;
63: l_x_Line_Adj_Att_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;
64: l_x_Line_Adj_Assoc_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;
65: l_x_Action_Request_tbl OE_Order_PUB.Request_Tbl_Type;
66: --serla begin
67: l_x_Header_Payment_tbl OE_Order_PUB.Header_Payment_Tbl_Type;
68: l_x_Line_Payment_tbl OE_Order_PUB.Line_Payment_Tbl_Type;

Line 65: l_x_Action_Request_tbl OE_Order_PUB.Request_Tbl_Type;

61: l_x_Header_Adj_Assoc_tbl OE_Order_PUB.Header_Adj_Assoc_Tbl_Type;
62: l_x_Line_price_Att_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;
63: l_x_Line_Adj_Att_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;
64: l_x_Line_Adj_Assoc_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;
65: l_x_Action_Request_tbl OE_Order_PUB.Request_Tbl_Type;
66: --serla begin
67: l_x_Header_Payment_tbl OE_Order_PUB.Header_Payment_Tbl_Type;
68: l_x_Line_Payment_tbl OE_Order_PUB.Line_Payment_Tbl_Type;
69: --serla end

Line 67: l_x_Header_Payment_tbl OE_Order_PUB.Header_Payment_Tbl_Type;

63: l_x_Line_Adj_Att_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;
64: l_x_Line_Adj_Assoc_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;
65: l_x_Action_Request_tbl OE_Order_PUB.Request_Tbl_Type;
66: --serla begin
67: l_x_Header_Payment_tbl OE_Order_PUB.Header_Payment_Tbl_Type;
68: l_x_Line_Payment_tbl OE_Order_PUB.Line_Payment_Tbl_Type;
69: --serla end
70: --
71: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;

Line 68: l_x_Line_Payment_tbl OE_Order_PUB.Line_Payment_Tbl_Type;

64: l_x_Line_Adj_Assoc_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;
65: l_x_Action_Request_tbl OE_Order_PUB.Request_Tbl_Type;
66: --serla begin
67: l_x_Header_Payment_tbl OE_Order_PUB.Header_Payment_Tbl_Type;
68: l_x_Line_Payment_tbl OE_Order_PUB.Line_Payment_Tbl_Type;
69: --serla end
70: --
71: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
72: --