DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_PVT dependencies on OE_ORDER_IMPORT_SPECIFIC_PVT

Line 244: l_header_customer_rec OE_ORDER_IMPORT_SPECIFIC_PVT.Customer_Rec_Type;

240: failure_message varchar2(2000);
241:
242: --{ Start of the variable declaration for the add customer
243:
244: l_header_customer_rec OE_ORDER_IMPORT_SPECIFIC_PVT.Customer_Rec_Type;
245: l_line_customer_rec OE_ORDER_IMPORT_SPECIFIC_PVT.Customer_Rec_Type;
246: l_line_customer_tbl OE_ORDER_IMPORT_SPECIFIC_PVT.Customer_Tbl_Type;
247:
248: --End of the variable declaration for the add customer}

Line 245: l_line_customer_rec OE_ORDER_IMPORT_SPECIFIC_PVT.Customer_Rec_Type;

241:
242: --{ Start of the variable declaration for the add customer
243:
244: l_header_customer_rec OE_ORDER_IMPORT_SPECIFIC_PVT.Customer_Rec_Type;
245: l_line_customer_rec OE_ORDER_IMPORT_SPECIFIC_PVT.Customer_Rec_Type;
246: l_line_customer_tbl OE_ORDER_IMPORT_SPECIFIC_PVT.Customer_Tbl_Type;
247:
248: --End of the variable declaration for the add customer}
249:

Line 246: l_line_customer_tbl OE_ORDER_IMPORT_SPECIFIC_PVT.Customer_Tbl_Type;

242: --{ Start of the variable declaration for the add customer
243:
244: l_header_customer_rec OE_ORDER_IMPORT_SPECIFIC_PVT.Customer_Rec_Type;
245: l_line_customer_rec OE_ORDER_IMPORT_SPECIFIC_PVT.Customer_Rec_Type;
246: l_line_customer_tbl OE_ORDER_IMPORT_SPECIFIC_PVT.Customer_Tbl_Type;
247:
248: --End of the variable declaration for the add customer}
249:
250: --{ Start of the subinventory Nulling Code variable declartion

Line 4733: OE_ORDER_IMPORT_SPECIFIC_PVT.Pre_Process(

4729: oe_debug_pub.add( 'BEFORE CALLING ORDERIMPORT PRE-PROCESS' ) ;
4730: END IF;
4731:
4732:
4733: OE_ORDER_IMPORT_SPECIFIC_PVT.Pre_Process(
4734: p_x_header_rec => l_header_rec
4735: ,p_x_header_adj_tbl => l_header_adj_tbl
4736: ,p_x_header_price_att_tbl => l_header_price_att_tbl
4737: ,p_x_header_adj_att_tbl => l_header_adj_att_tbl

Line 5069: OE_ORDER_IMPORT_SPECIFIC_PVT.Post_Process(

5065: IF l_debug_level > 0 THEN
5066: oe_debug_pub.add( 'BEFORE CALLING ORDERIMPORT POST-PROCESS' ) ;
5067: END IF;
5068:
5069: OE_ORDER_IMPORT_SPECIFIC_PVT.Post_Process(
5070: p_x_header_rec => l_header_rec_new
5071: ,p_x_header_adj_tbl => l_header_adj_tbl_new
5072: ,p_x_header_price_att_tbl => l_header_price_att_tbl_new
5073: ,p_x_header_adj_att_tbl => l_header_adj_att_tbl_new