DBA Data[Home] [Help]

APPS.RLM_EXTINTERFACE_SV dependencies on OE_ORDER_PUB

Line 22: g_oe_header_rec oe_order_pub.header_rec_type;

18: k_VNULL CONSTANT VARCHAR2(25) := 'THIS_IS_A_NULL_VALUE';
19: k_NNULL CONSTANT NUMBER := -19999999999;--Bugfix 5911991
20: --
21:
22: g_oe_header_rec oe_order_pub.header_rec_type;
23: g_oe_header_val_rec oe_order_pub.header_val_rec_type;
24: g_oe_header_adj_tbl oe_order_pub.header_adj_tbl_type;
25: g_oe_header_adj_val_tbl oe_order_pub.header_adj_val_tbl_type;
26: g_oe_header_scredit_tbl oe_order_pub.header_scredit_tbl_type;

Line 23: g_oe_header_val_rec oe_order_pub.header_val_rec_type;

19: k_NNULL CONSTANT NUMBER := -19999999999;--Bugfix 5911991
20: --
21:
22: g_oe_header_rec oe_order_pub.header_rec_type;
23: g_oe_header_val_rec oe_order_pub.header_val_rec_type;
24: g_oe_header_adj_tbl oe_order_pub.header_adj_tbl_type;
25: g_oe_header_adj_val_tbl oe_order_pub.header_adj_val_tbl_type;
26: g_oe_header_scredit_tbl oe_order_pub.header_scredit_tbl_type;
27: g_oe_header_scredit_val_tbl oe_order_pub.header_scredit_val_tbl_type;

Line 24: g_oe_header_adj_tbl oe_order_pub.header_adj_tbl_type;

20: --
21:
22: g_oe_header_rec oe_order_pub.header_rec_type;
23: g_oe_header_val_rec oe_order_pub.header_val_rec_type;
24: g_oe_header_adj_tbl oe_order_pub.header_adj_tbl_type;
25: g_oe_header_adj_val_tbl oe_order_pub.header_adj_val_tbl_type;
26: g_oe_header_scredit_tbl oe_order_pub.header_scredit_tbl_type;
27: g_oe_header_scredit_val_tbl oe_order_pub.header_scredit_val_tbl_type;
28: -- Remove initialization of g_oe_line_tbl (bug# 1298267)

Line 25: g_oe_header_adj_val_tbl oe_order_pub.header_adj_val_tbl_type;

21:
22: g_oe_header_rec oe_order_pub.header_rec_type;
23: g_oe_header_val_rec oe_order_pub.header_val_rec_type;
24: g_oe_header_adj_tbl oe_order_pub.header_adj_tbl_type;
25: g_oe_header_adj_val_tbl oe_order_pub.header_adj_val_tbl_type;
26: g_oe_header_scredit_tbl oe_order_pub.header_scredit_tbl_type;
27: g_oe_header_scredit_val_tbl oe_order_pub.header_scredit_val_tbl_type;
28: -- Remove initialization of g_oe_line_tbl (bug# 1298267)
29: g_oe_line_tbl oe_order_pub.line_tbl_type;

Line 26: g_oe_header_scredit_tbl oe_order_pub.header_scredit_tbl_type;

22: g_oe_header_rec oe_order_pub.header_rec_type;
23: g_oe_header_val_rec oe_order_pub.header_val_rec_type;
24: g_oe_header_adj_tbl oe_order_pub.header_adj_tbl_type;
25: g_oe_header_adj_val_tbl oe_order_pub.header_adj_val_tbl_type;
26: g_oe_header_scredit_tbl oe_order_pub.header_scredit_tbl_type;
27: g_oe_header_scredit_val_tbl oe_order_pub.header_scredit_val_tbl_type;
28: -- Remove initialization of g_oe_line_tbl (bug# 1298267)
29: g_oe_line_tbl oe_order_pub.line_tbl_type;
30: g_oe_line_val_tbl oe_order_pub.line_val_tbl_type;

Line 27: g_oe_header_scredit_val_tbl oe_order_pub.header_scredit_val_tbl_type;

23: g_oe_header_val_rec oe_order_pub.header_val_rec_type;
24: g_oe_header_adj_tbl oe_order_pub.header_adj_tbl_type;
25: g_oe_header_adj_val_tbl oe_order_pub.header_adj_val_tbl_type;
26: g_oe_header_scredit_tbl oe_order_pub.header_scredit_tbl_type;
27: g_oe_header_scredit_val_tbl oe_order_pub.header_scredit_val_tbl_type;
28: -- Remove initialization of g_oe_line_tbl (bug# 1298267)
29: g_oe_line_tbl oe_order_pub.line_tbl_type;
30: g_oe_line_val_tbl oe_order_pub.line_val_tbl_type;
31: g_oe_header_out_rec oe_order_pub.header_rec_type;

Line 29: g_oe_line_tbl oe_order_pub.line_tbl_type;

25: g_oe_header_adj_val_tbl oe_order_pub.header_adj_val_tbl_type;
26: g_oe_header_scredit_tbl oe_order_pub.header_scredit_tbl_type;
27: g_oe_header_scredit_val_tbl oe_order_pub.header_scredit_val_tbl_type;
28: -- Remove initialization of g_oe_line_tbl (bug# 1298267)
29: g_oe_line_tbl oe_order_pub.line_tbl_type;
30: g_oe_line_val_tbl oe_order_pub.line_val_tbl_type;
31: g_oe_header_out_rec oe_order_pub.header_rec_type;
32: g_oe_header_val_out_rec oe_order_pub.header_val_rec_type;
33: g_oe_header_adj_out_tbl oe_order_pub.header_adj_tbl_type;

Line 30: g_oe_line_val_tbl oe_order_pub.line_val_tbl_type;

26: g_oe_header_scredit_tbl oe_order_pub.header_scredit_tbl_type;
27: g_oe_header_scredit_val_tbl oe_order_pub.header_scredit_val_tbl_type;
28: -- Remove initialization of g_oe_line_tbl (bug# 1298267)
29: g_oe_line_tbl oe_order_pub.line_tbl_type;
30: g_oe_line_val_tbl oe_order_pub.line_val_tbl_type;
31: g_oe_header_out_rec oe_order_pub.header_rec_type;
32: g_oe_header_val_out_rec oe_order_pub.header_val_rec_type;
33: g_oe_header_adj_out_tbl oe_order_pub.header_adj_tbl_type;
34: g_oe_header_adj_val_out_tbl oe_order_pub.header_adj_val_tbl_type;

Line 31: g_oe_header_out_rec oe_order_pub.header_rec_type;

27: g_oe_header_scredit_val_tbl oe_order_pub.header_scredit_val_tbl_type;
28: -- Remove initialization of g_oe_line_tbl (bug# 1298267)
29: g_oe_line_tbl oe_order_pub.line_tbl_type;
30: g_oe_line_val_tbl oe_order_pub.line_val_tbl_type;
31: g_oe_header_out_rec oe_order_pub.header_rec_type;
32: g_oe_header_val_out_rec oe_order_pub.header_val_rec_type;
33: g_oe_header_adj_out_tbl oe_order_pub.header_adj_tbl_type;
34: g_oe_header_adj_val_out_tbl oe_order_pub.header_adj_val_tbl_type;
35: g_oe_Header_price_Att_out_tbl oe_order_pub.Header_Price_Att_Tbl_Type;

Line 32: g_oe_header_val_out_rec oe_order_pub.header_val_rec_type;

28: -- Remove initialization of g_oe_line_tbl (bug# 1298267)
29: g_oe_line_tbl oe_order_pub.line_tbl_type;
30: g_oe_line_val_tbl oe_order_pub.line_val_tbl_type;
31: g_oe_header_out_rec oe_order_pub.header_rec_type;
32: g_oe_header_val_out_rec oe_order_pub.header_val_rec_type;
33: g_oe_header_adj_out_tbl oe_order_pub.header_adj_tbl_type;
34: g_oe_header_adj_val_out_tbl oe_order_pub.header_adj_val_tbl_type;
35: g_oe_Header_price_Att_out_tbl oe_order_pub.Header_Price_Att_Tbl_Type;
36: g_oe_Header_Adj_Att_out_tbl oe_order_pub.Header_Adj_Att_Tbl_Type;

Line 33: g_oe_header_adj_out_tbl oe_order_pub.header_adj_tbl_type;

29: g_oe_line_tbl oe_order_pub.line_tbl_type;
30: g_oe_line_val_tbl oe_order_pub.line_val_tbl_type;
31: g_oe_header_out_rec oe_order_pub.header_rec_type;
32: g_oe_header_val_out_rec oe_order_pub.header_val_rec_type;
33: g_oe_header_adj_out_tbl oe_order_pub.header_adj_tbl_type;
34: g_oe_header_adj_val_out_tbl oe_order_pub.header_adj_val_tbl_type;
35: g_oe_Header_price_Att_out_tbl oe_order_pub.Header_Price_Att_Tbl_Type;
36: g_oe_Header_Adj_Att_out_tbl oe_order_pub.Header_Adj_Att_Tbl_Type;
37: g_oe_Header_Adj_Assoc_out_tbl oe_order_pub.Header_Adj_Assoc_Tbl_Type;

Line 34: g_oe_header_adj_val_out_tbl oe_order_pub.header_adj_val_tbl_type;

30: g_oe_line_val_tbl oe_order_pub.line_val_tbl_type;
31: g_oe_header_out_rec oe_order_pub.header_rec_type;
32: g_oe_header_val_out_rec oe_order_pub.header_val_rec_type;
33: g_oe_header_adj_out_tbl oe_order_pub.header_adj_tbl_type;
34: g_oe_header_adj_val_out_tbl oe_order_pub.header_adj_val_tbl_type;
35: g_oe_Header_price_Att_out_tbl oe_order_pub.Header_Price_Att_Tbl_Type;
36: g_oe_Header_Adj_Att_out_tbl oe_order_pub.Header_Adj_Att_Tbl_Type;
37: g_oe_Header_Adj_Assoc_out_tbl oe_order_pub.Header_Adj_Assoc_Tbl_Type;
38: g_oe_header_scredit_out_tbl oe_order_pub.header_scredit_tbl_type;

Line 35: g_oe_Header_price_Att_out_tbl oe_order_pub.Header_Price_Att_Tbl_Type;

31: g_oe_header_out_rec oe_order_pub.header_rec_type;
32: g_oe_header_val_out_rec oe_order_pub.header_val_rec_type;
33: g_oe_header_adj_out_tbl oe_order_pub.header_adj_tbl_type;
34: g_oe_header_adj_val_out_tbl oe_order_pub.header_adj_val_tbl_type;
35: g_oe_Header_price_Att_out_tbl oe_order_pub.Header_Price_Att_Tbl_Type;
36: g_oe_Header_Adj_Att_out_tbl oe_order_pub.Header_Adj_Att_Tbl_Type;
37: g_oe_Header_Adj_Assoc_out_tbl oe_order_pub.Header_Adj_Assoc_Tbl_Type;
38: g_oe_header_scredit_out_tbl oe_order_pub.header_scredit_tbl_type;
39: g_oe_hdr_scdt_val_out_tbl oe_order_pub.header_scredit_val_tbl_type;

Line 36: g_oe_Header_Adj_Att_out_tbl oe_order_pub.Header_Adj_Att_Tbl_Type;

32: g_oe_header_val_out_rec oe_order_pub.header_val_rec_type;
33: g_oe_header_adj_out_tbl oe_order_pub.header_adj_tbl_type;
34: g_oe_header_adj_val_out_tbl oe_order_pub.header_adj_val_tbl_type;
35: g_oe_Header_price_Att_out_tbl oe_order_pub.Header_Price_Att_Tbl_Type;
36: g_oe_Header_Adj_Att_out_tbl oe_order_pub.Header_Adj_Att_Tbl_Type;
37: g_oe_Header_Adj_Assoc_out_tbl oe_order_pub.Header_Adj_Assoc_Tbl_Type;
38: g_oe_header_scredit_out_tbl oe_order_pub.header_scredit_tbl_type;
39: g_oe_hdr_scdt_val_out_tbl oe_order_pub.header_scredit_val_tbl_type;
40: g_oe_line_out_tbl oe_order_pub.line_tbl_type;

Line 37: g_oe_Header_Adj_Assoc_out_tbl oe_order_pub.Header_Adj_Assoc_Tbl_Type;

33: g_oe_header_adj_out_tbl oe_order_pub.header_adj_tbl_type;
34: g_oe_header_adj_val_out_tbl oe_order_pub.header_adj_val_tbl_type;
35: g_oe_Header_price_Att_out_tbl oe_order_pub.Header_Price_Att_Tbl_Type;
36: g_oe_Header_Adj_Att_out_tbl oe_order_pub.Header_Adj_Att_Tbl_Type;
37: g_oe_Header_Adj_Assoc_out_tbl oe_order_pub.Header_Adj_Assoc_Tbl_Type;
38: g_oe_header_scredit_out_tbl oe_order_pub.header_scredit_tbl_type;
39: g_oe_hdr_scdt_val_out_tbl oe_order_pub.header_scredit_val_tbl_type;
40: g_oe_line_out_tbl oe_order_pub.line_tbl_type;
41: g_oe_line_val_out_tbl oe_order_pub.line_val_tbl_type;

Line 38: g_oe_header_scredit_out_tbl oe_order_pub.header_scredit_tbl_type;

34: g_oe_header_adj_val_out_tbl oe_order_pub.header_adj_val_tbl_type;
35: g_oe_Header_price_Att_out_tbl oe_order_pub.Header_Price_Att_Tbl_Type;
36: g_oe_Header_Adj_Att_out_tbl oe_order_pub.Header_Adj_Att_Tbl_Type;
37: g_oe_Header_Adj_Assoc_out_tbl oe_order_pub.Header_Adj_Assoc_Tbl_Type;
38: g_oe_header_scredit_out_tbl oe_order_pub.header_scredit_tbl_type;
39: g_oe_hdr_scdt_val_out_tbl oe_order_pub.header_scredit_val_tbl_type;
40: g_oe_line_out_tbl oe_order_pub.line_tbl_type;
41: g_oe_line_val_out_tbl oe_order_pub.line_val_tbl_type;
42: g_oe_line_adj_out_tbl oe_order_pub.line_adj_tbl_type;

Line 39: g_oe_hdr_scdt_val_out_tbl oe_order_pub.header_scredit_val_tbl_type;

35: g_oe_Header_price_Att_out_tbl oe_order_pub.Header_Price_Att_Tbl_Type;
36: g_oe_Header_Adj_Att_out_tbl oe_order_pub.Header_Adj_Att_Tbl_Type;
37: g_oe_Header_Adj_Assoc_out_tbl oe_order_pub.Header_Adj_Assoc_Tbl_Type;
38: g_oe_header_scredit_out_tbl oe_order_pub.header_scredit_tbl_type;
39: g_oe_hdr_scdt_val_out_tbl oe_order_pub.header_scredit_val_tbl_type;
40: g_oe_line_out_tbl oe_order_pub.line_tbl_type;
41: g_oe_line_val_out_tbl oe_order_pub.line_val_tbl_type;
42: g_oe_line_adj_out_tbl oe_order_pub.line_adj_tbl_type;
43: g_oe_line_adj_val_out_tbl oe_order_pub.line_adj_val_tbl_type;

Line 40: g_oe_line_out_tbl oe_order_pub.line_tbl_type;

36: g_oe_Header_Adj_Att_out_tbl oe_order_pub.Header_Adj_Att_Tbl_Type;
37: g_oe_Header_Adj_Assoc_out_tbl oe_order_pub.Header_Adj_Assoc_Tbl_Type;
38: g_oe_header_scredit_out_tbl oe_order_pub.header_scredit_tbl_type;
39: g_oe_hdr_scdt_val_out_tbl oe_order_pub.header_scredit_val_tbl_type;
40: g_oe_line_out_tbl oe_order_pub.line_tbl_type;
41: g_oe_line_val_out_tbl oe_order_pub.line_val_tbl_type;
42: g_oe_line_adj_out_tbl oe_order_pub.line_adj_tbl_type;
43: g_oe_line_adj_val_out_tbl oe_order_pub.line_adj_val_tbl_type;
44: g_oe_Line_price_Att_out_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;

Line 41: g_oe_line_val_out_tbl oe_order_pub.line_val_tbl_type;

37: g_oe_Header_Adj_Assoc_out_tbl oe_order_pub.Header_Adj_Assoc_Tbl_Type;
38: g_oe_header_scredit_out_tbl oe_order_pub.header_scredit_tbl_type;
39: g_oe_hdr_scdt_val_out_tbl oe_order_pub.header_scredit_val_tbl_type;
40: g_oe_line_out_tbl oe_order_pub.line_tbl_type;
41: g_oe_line_val_out_tbl oe_order_pub.line_val_tbl_type;
42: g_oe_line_adj_out_tbl oe_order_pub.line_adj_tbl_type;
43: g_oe_line_adj_val_out_tbl oe_order_pub.line_adj_val_tbl_type;
44: g_oe_Line_price_Att_out_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;
45: g_oe_Line_Adj_Att_out_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;

Line 42: g_oe_line_adj_out_tbl oe_order_pub.line_adj_tbl_type;

38: g_oe_header_scredit_out_tbl oe_order_pub.header_scredit_tbl_type;
39: g_oe_hdr_scdt_val_out_tbl oe_order_pub.header_scredit_val_tbl_type;
40: g_oe_line_out_tbl oe_order_pub.line_tbl_type;
41: g_oe_line_val_out_tbl oe_order_pub.line_val_tbl_type;
42: g_oe_line_adj_out_tbl oe_order_pub.line_adj_tbl_type;
43: g_oe_line_adj_val_out_tbl oe_order_pub.line_adj_val_tbl_type;
44: g_oe_Line_price_Att_out_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;
45: g_oe_Line_Adj_Att_out_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;
46: g_oe_Line_Adj_Assoc_out_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;

Line 43: g_oe_line_adj_val_out_tbl oe_order_pub.line_adj_val_tbl_type;

39: g_oe_hdr_scdt_val_out_tbl oe_order_pub.header_scredit_val_tbl_type;
40: g_oe_line_out_tbl oe_order_pub.line_tbl_type;
41: g_oe_line_val_out_tbl oe_order_pub.line_val_tbl_type;
42: g_oe_line_adj_out_tbl oe_order_pub.line_adj_tbl_type;
43: g_oe_line_adj_val_out_tbl oe_order_pub.line_adj_val_tbl_type;
44: g_oe_Line_price_Att_out_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;
45: g_oe_Line_Adj_Att_out_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;
46: g_oe_Line_Adj_Assoc_out_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;
47: g_oe_line_scredit_out_tbl oe_order_pub.line_scredit_tbl_type;

Line 44: g_oe_Line_price_Att_out_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;

40: g_oe_line_out_tbl oe_order_pub.line_tbl_type;
41: g_oe_line_val_out_tbl oe_order_pub.line_val_tbl_type;
42: g_oe_line_adj_out_tbl oe_order_pub.line_adj_tbl_type;
43: g_oe_line_adj_val_out_tbl oe_order_pub.line_adj_val_tbl_type;
44: g_oe_Line_price_Att_out_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;
45: g_oe_Line_Adj_Att_out_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;
46: g_oe_Line_Adj_Assoc_out_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;
47: g_oe_line_scredit_out_tbl oe_order_pub.line_scredit_tbl_type;
48: g_oe_line_scredit_val_out_tbl oe_order_pub.line_scredit_val_tbl_type;

Line 45: g_oe_Line_Adj_Att_out_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;

41: g_oe_line_val_out_tbl oe_order_pub.line_val_tbl_type;
42: g_oe_line_adj_out_tbl oe_order_pub.line_adj_tbl_type;
43: g_oe_line_adj_val_out_tbl oe_order_pub.line_adj_val_tbl_type;
44: g_oe_Line_price_Att_out_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;
45: g_oe_Line_Adj_Att_out_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;
46: g_oe_Line_Adj_Assoc_out_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;
47: g_oe_line_scredit_out_tbl oe_order_pub.line_scredit_tbl_type;
48: g_oe_line_scredit_val_out_tbl oe_order_pub.line_scredit_val_tbl_type;
49: g_oe_lot_serial_out_tbl oe_order_pub.Lot_Serial_Tbl_Type;

Line 46: g_oe_Line_Adj_Assoc_out_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;

42: g_oe_line_adj_out_tbl oe_order_pub.line_adj_tbl_type;
43: g_oe_line_adj_val_out_tbl oe_order_pub.line_adj_val_tbl_type;
44: g_oe_Line_price_Att_out_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;
45: g_oe_Line_Adj_Att_out_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;
46: g_oe_Line_Adj_Assoc_out_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;
47: g_oe_line_scredit_out_tbl oe_order_pub.line_scredit_tbl_type;
48: g_oe_line_scredit_val_out_tbl oe_order_pub.line_scredit_val_tbl_type;
49: g_oe_lot_serial_out_tbl oe_order_pub.Lot_Serial_Tbl_Type;
50: g_oe_lot_serial_val_out_tbl oe_order_pub.Lot_Serial_Val_Tbl_Type;

Line 47: g_oe_line_scredit_out_tbl oe_order_pub.line_scredit_tbl_type;

43: g_oe_line_adj_val_out_tbl oe_order_pub.line_adj_val_tbl_type;
44: g_oe_Line_price_Att_out_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;
45: g_oe_Line_Adj_Att_out_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;
46: g_oe_Line_Adj_Assoc_out_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;
47: g_oe_line_scredit_out_tbl oe_order_pub.line_scredit_tbl_type;
48: g_oe_line_scredit_val_out_tbl oe_order_pub.line_scredit_val_tbl_type;
49: g_oe_lot_serial_out_tbl oe_order_pub.Lot_Serial_Tbl_Type;
50: g_oe_lot_serial_val_out_tbl oe_order_pub.Lot_Serial_Val_Tbl_Type;
51: g_oe_action_request_out_tbl oe_order_pub.request_tbl_type;

Line 48: g_oe_line_scredit_val_out_tbl oe_order_pub.line_scredit_val_tbl_type;

44: g_oe_Line_price_Att_out_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;
45: g_oe_Line_Adj_Att_out_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;
46: g_oe_Line_Adj_Assoc_out_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;
47: g_oe_line_scredit_out_tbl oe_order_pub.line_scredit_tbl_type;
48: g_oe_line_scredit_val_out_tbl oe_order_pub.line_scredit_val_tbl_type;
49: g_oe_lot_serial_out_tbl oe_order_pub.Lot_Serial_Tbl_Type;
50: g_oe_lot_serial_val_out_tbl oe_order_pub.Lot_Serial_Val_Tbl_Type;
51: g_oe_action_request_out_tbl oe_order_pub.request_tbl_type;
52: g_total_time NUMBER:=0;

Line 49: g_oe_lot_serial_out_tbl oe_order_pub.Lot_Serial_Tbl_Type;

45: g_oe_Line_Adj_Att_out_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;
46: g_oe_Line_Adj_Assoc_out_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;
47: g_oe_line_scredit_out_tbl oe_order_pub.line_scredit_tbl_type;
48: g_oe_line_scredit_val_out_tbl oe_order_pub.line_scredit_val_tbl_type;
49: g_oe_lot_serial_out_tbl oe_order_pub.Lot_Serial_Tbl_Type;
50: g_oe_lot_serial_val_out_tbl oe_order_pub.Lot_Serial_Val_Tbl_Type;
51: g_oe_action_request_out_tbl oe_order_pub.request_tbl_type;
52: g_total_time NUMBER:=0;
53: g_total_lines NUMBER:=0;

Line 50: g_oe_lot_serial_val_out_tbl oe_order_pub.Lot_Serial_Val_Tbl_Type;

46: g_oe_Line_Adj_Assoc_out_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;
47: g_oe_line_scredit_out_tbl oe_order_pub.line_scredit_tbl_type;
48: g_oe_line_scredit_val_out_tbl oe_order_pub.line_scredit_val_tbl_type;
49: g_oe_lot_serial_out_tbl oe_order_pub.Lot_Serial_Tbl_Type;
50: g_oe_lot_serial_val_out_tbl oe_order_pub.Lot_Serial_Val_Tbl_Type;
51: g_oe_action_request_out_tbl oe_order_pub.request_tbl_type;
52: g_total_time NUMBER:=0;
53: g_total_lines NUMBER:=0;
54:

Line 51: g_oe_action_request_out_tbl oe_order_pub.request_tbl_type;

47: g_oe_line_scredit_out_tbl oe_order_pub.line_scredit_tbl_type;
48: g_oe_line_scredit_val_out_tbl oe_order_pub.line_scredit_val_tbl_type;
49: g_oe_lot_serial_out_tbl oe_order_pub.Lot_Serial_Tbl_Type;
50: g_oe_lot_serial_val_out_tbl oe_order_pub.Lot_Serial_Val_Tbl_Type;
51: g_oe_action_request_out_tbl oe_order_pub.request_tbl_type;
52: g_total_time NUMBER:=0;
53: g_total_lines NUMBER:=0;
54:
55: /*===========================================================================

Line 148: PROCEDURE BuildOELine(x_oe_line_rec IN OUT NOCOPY oe_order_pub.line_rec_type,

144:
145: CHANGE HISTORY: created Mnandell 05/27/99
146: tp-enabling jckwok 12/11/03
147: ===========================================================================*/
148: PROCEDURE BuildOELine(x_oe_line_rec IN OUT NOCOPY oe_order_pub.line_rec_type,
149: x_Op_rec IN rlm_rd_sv.t_generic_rec);
150: --
151: /*===========================================================================
152: FUNCTION/PROCEDURE NAME:CallProcessConstraintAPI

Line 308: PARAMETERS: x_oe_line_rec IN OUT NOCOPY oe_order_pub.line_rec_type

304: FUNCTION/PROCEDURE NAME: BuildTPOELine
305:
306: DESCRIPTION: Copies Tp_attributes from x_op_rec into x_oe_line_rec.
307:
308: PARAMETERS: x_oe_line_rec IN OUT NOCOPY oe_order_pub.line_rec_type
309: x_Op_rec IN rlm_rd_sv.t_generic_rec
310:
311: DESIGN REFERENCES:
312:

Line 323: PROCEDURE BuildTPOELine(x_oe_line_rec IN OUT NOCOPY oe_order_pub.line_rec_type,

319: CLOSED ISSUES:
320:
321: CHANGE HISTORY: created mnandell 01/20/2000
322: ===========================================================================*/
323: PROCEDURE BuildTPOELine(x_oe_line_rec IN OUT NOCOPY oe_order_pub.line_rec_type,
324: x_Op_rec IN rlm_rd_sv.t_generic_rec);
325: --
326:
327: /*===========================================================================

Line 332: PARAMETERS: x_oe_line_rec IN OUT oe_order_pub.line_rec_type

328: FUNCTION/PROCEDURE NAME: BuildTPOELine
329:
330: DESCRIPTION: Copies Tp_attributes from x_op_rec into x_oe_line_rec.
331:
332: PARAMETERS: x_oe_line_rec IN OUT oe_order_pub.line_rec_type
333: x_Op_rec IN rlm_rd_sv.t_generic_rec
334:
335: DESIGN REFERENCES:
336: