DBA Data[Home] [Help]

APPS.OE_REJECTED_LINES_ACK dependencies on FND_PROFILE

Line 480: fnd_profile.get('ONT_INCLUDE_CUST_IN_OI_KEY', l_customer_key_profile);

476: l_lot_serial_tbl := OE_Order_Pub.G_MISS_LOT_SERIAL_TBL;
477:
478:
479: If OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >= '110510' Then
480: fnd_profile.get('ONT_INCLUDE_CUST_IN_OI_KEY', l_customer_key_profile);
481: l_customer_key_profile := nvl(l_customer_key_profile, 'N');
482: IF l_debug_level > 0 THEN
483: oe_debug_pub.add( 'CUSTOMER KEY PROFILE SETTING = '||l_customer_key_profile ) ;
484: END IF;