DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_PVT dependencies on OE_INLINE_CUSTOMER_PUB

Line 5182: OE_INLINE_CUSTOMER_PUB.Delete_Customer_Info(

5178:
5179: IF l_debug_level > 0 THEN
5180: oe_debug_pub.add( 'BEFORE CALLING DELETE OF CUSTOMER INFO' ) ;
5181: END IF;
5182: OE_INLINE_CUSTOMER_PUB.Delete_Customer_Info(
5183: p_header_customer_rec => l_header_customer_rec,
5184: p_line_customer_tbl => l_line_customer_tbl
5185: );
5186: IF l_debug_level > 0 THEN