DBA Data[Home] [Help]

APPS.OE_XML_PROCESS_UTIL dependencies on FND_PROFILE

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

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 ) ;
572: END IF;

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

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 ) ;
627: END IF;

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

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 ) ;
683: END IF;

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

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 ) ;
731: END IF;

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

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 ) ;
805: END IF;

Line 890: l_response_profile varchar2(10) := nvl(FND_PROFILE.VALUE('ONT_3A7_RESPONSE_REQUIRED'),'N');

886: p_confirmation_message In Varchar2,
887: x_insert_level Out Nocopy Varchar2,
888: x_raised_event Out Nocopy Varchar2)
889: IS
890: l_response_profile varchar2(10) := nvl(FND_PROFILE.VALUE('ONT_3A7_RESPONSE_REQUIRED'),'N');
891: l_insert_level varchar2(1) := 'Y';
892: l_raise_event varchar2(1) := 'N';
893: l_message_text varchar2(2000);
894: l_status varchar2(10);

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

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:
945: Select order_number, order_type_id, header_id