DBA Data[Home] [Help]

APPS.OE_INBOUND_INT dependencies on OE_ORDER_IMPORT_CONFIG_PVT

Line 6073: oe_debug_pub.add('Calling OE_ORDER_IMPORT_CONFIG_PVT.Pre_Process');

6069: P_LINE_TBL_
6070: );
6071:
6072: if l_debug_level > 0 then
6073: oe_debug_pub.add('Calling OE_ORDER_IMPORT_CONFIG_PVT.Pre_Process');
6074: end if;
6075: OE_ORDER_IMPORT_CONFIG_PVT.Pre_Process(
6076: p_header_rec => P_HEADER_REC_
6077: ,p_x_line_tbl => P_LINE_TBL_

Line 6075: OE_ORDER_IMPORT_CONFIG_PVT.Pre_Process(

6071:
6072: if l_debug_level > 0 then
6073: oe_debug_pub.add('Calling OE_ORDER_IMPORT_CONFIG_PVT.Pre_Process');
6074: end if;
6075: OE_ORDER_IMPORT_CONFIG_PVT.Pre_Process(
6076: p_header_rec => P_HEADER_REC_
6077: ,p_x_line_tbl => P_LINE_TBL_
6078: ,p_return_status => l_return_status);
6079: if l_debug_level > 0 then

Line 6080: oe_debug_pub.add('After OE_ORDER_IMPORT_CONFIG_PVT.Pre_Process' ||

6076: p_header_rec => P_HEADER_REC_
6077: ,p_x_line_tbl => P_LINE_TBL_
6078: ,p_return_status => l_return_status);
6079: if l_debug_level > 0 then
6080: oe_debug_pub.add('After OE_ORDER_IMPORT_CONFIG_PVT.Pre_Process' ||
6081: l_return_status);
6082: end if;
6083:
6084: ---