DBA Data[Home] [Help]

APPS.OE_XML_PROCESS_UTIL dependencies on OE_CODE_CONTROL

Line 567: If OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >= '110510' Then

563: IF l_debug_level > 0 THEN
564: oe_debug_pub.add( 'ENTERING OE_XML_PROCESS_UTIL.GET_LINE_ORDERED_QUANTITY' ) ;
565: END IF;
566:
567: If OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >= '110510' Then
568: fnd_profile.get('ONT_INCLUDE_CUST_IN_OI_KEY', l_customer_key_profile);
569: l_customer_key_profile := nvl(l_customer_key_profile, 'N');
570: IF l_debug_level > 0 THEN
571: oe_debug_pub.add( 'CUSTOMER KEY PROFILE SETTING = '||l_customer_key_profile ) ;

Line 622: If OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >= '110510' Then

618: oe_debug_pub.add( 'ENTERING OE_XML_PROCESS_UTIL.GET_LINE_ORDERED_QUANTITY_UOM' ) ;
619: END IF;
620:
621:
622: If OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >= '110510' Then
623: fnd_profile.get('ONT_INCLUDE_CUST_IN_OI_KEY', l_customer_key_profile);
624: l_customer_key_profile := nvl(l_customer_key_profile, 'N');
625: IF l_debug_level > 0 THEN
626: oe_debug_pub.add( 'CUSTOMER KEY PROFILE SETTING = '||l_customer_key_profile ) ;

Line 678: If OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >= '110510' Then

674: END IF;
675:
676:
677:
678: If OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >= '110510' Then
679: fnd_profile.get('ONT_INCLUDE_CUST_IN_OI_KEY', l_customer_key_profile);
680: l_customer_key_profile := nvl(l_customer_key_profile, 'N');
681: IF l_debug_level > 0 THEN
682: oe_debug_pub.add( 'CUSTOMER KEY PROFILE SETTING = '||l_customer_key_profile ) ;

Line 726: If OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >= '110510' Then

722: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
723: --
724: begin
725:
726: If OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >= '110510' Then
727: fnd_profile.get('ONT_INCLUDE_CUST_IN_OI_KEY', l_customer_key_profile);
728: l_customer_key_profile := nvl(l_customer_key_profile, 'N');
729: IF l_debug_level > 0 THEN
730: oe_debug_pub.add( 'CUSTOMER KEY PROFILE SETTING = '||l_customer_key_profile ) ;

Line 800: If OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >= '110510' Then

796:
797: Begin
798:
799:
800: If OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >= '110510' Then
801: fnd_profile.get('ONT_INCLUDE_CUST_IN_OI_KEY', l_customer_key_profile);
802: l_customer_key_profile := nvl(l_customer_key_profile, 'N');
803: IF l_debug_level > 0 THEN
804: oe_debug_pub.add( 'CUSTOMER KEY PROFILE SETTING = '||l_customer_key_profile ) ;

Line 940: If OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >= '110510' Then

936: -- bug 3578502
937: -- CLN needs the order number, hence we fetch it here
938: IF p_level_code = 'H' THEN
939: Begin
940: If OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >= '110510' Then
941: fnd_profile.get('ONT_INCLUDE_CUST_IN_OI_KEY', l_customer_key_profile);
942: l_customer_key_profile := nvl(l_customer_key_profile, 'N');
943: End If;
944: