DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_PVT dependencies on OE_INLINE_CUSTOMER_PUB

Line 5213: OE_INLINE_CUSTOMER_PUB.Delete_Customer_Info(

5209:
5210: IF l_debug_level > 0 THEN
5211: oe_debug_pub.add( 'BEFORE CALLING DELETE OF CUSTOMER INFO' ) ;
5212: END IF;
5213: OE_INLINE_CUSTOMER_PUB.Delete_Customer_Info(
5214: p_header_customer_rec => l_header_customer_rec,
5215: p_line_customer_tbl => l_line_customer_tbl
5216: );
5217: IF l_debug_level > 0 THEN