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 4764: OE_ORDER_IMPORT_SPECIFIC_PVT.Pre_Process(

4760: oe_debug_pub.add( 'BEFORE CALLING ORDERIMPORT PRE-PROCESS' ) ;
4761: END IF;
4762:
4763:
4764: OE_ORDER_IMPORT_SPECIFIC_PVT.Pre_Process(
4765: p_x_header_rec => l_header_rec
4766: ,p_x_header_adj_tbl => l_header_adj_tbl
4767: ,p_x_header_price_att_tbl => l_header_price_att_tbl
4768: ,p_x_header_adj_att_tbl => l_header_adj_att_tbl

Line 5100: OE_ORDER_IMPORT_SPECIFIC_PVT.Post_Process(

5096: IF l_debug_level > 0 THEN
5097: oe_debug_pub.add( 'BEFORE CALLING ORDERIMPORT POST-PROCESS' ) ;
5098: END IF;
5099:
5100: OE_ORDER_IMPORT_SPECIFIC_PVT.Post_Process(
5101: p_x_header_rec => l_header_rec_new
5102: ,p_x_header_adj_tbl => l_header_adj_tbl_new
5103: ,p_x_header_price_att_tbl => l_header_price_att_tbl_new
5104: ,p_x_header_adj_att_tbl => l_header_adj_att_tbl_new