DBA Data[Home] [Help]

APPS.ARP_ARXCUDCI_PKG dependencies on FND_PROFILE

Line 88: fnd_profile.get('DEFAULT_COUNTRY',default_country_code);

84: location_structure_id := arp_standard.sysparm.location_structure_id;
85: from_postal_code := arp_standard.sysparm.from_postal_code;
86: to_postal_code := arp_standard.sysparm.to_postal_code;
87: home_country_code := arp_standard.sysparm.default_country;
88: fnd_profile.get('DEFAULT_COUNTRY',default_country_code);
89: --
90: if ( default_country_code is null ) then
91: default_country_code := home_country_code;
92: end if;

Line 104: fnd_profile.get('AR_CHANGE_CUST_NAME',change_cust_name);

100: where territory_code = default_country_code;
101: end if;
102: --
103: --
104: fnd_profile.get('AR_CHANGE_CUST_NAME',change_cust_name);
105: fnd_profile.get('AS_USE_CUSTOMER_KEYS_FLAG',use_customer_keys_flag);
106:
107: -- OE/OM Change
108: --

Line 105: fnd_profile.get('AS_USE_CUSTOMER_KEYS_FLAG',use_customer_keys_flag);

101: end if;
102: --
103: --
104: fnd_profile.get('AR_CHANGE_CUST_NAME',change_cust_name);
105: fnd_profile.get('AS_USE_CUSTOMER_KEYS_FLAG',use_customer_keys_flag);
106:
107: -- OE/OM Change
108: --
109: -- fnd_profile.get('SO_ORGANIZATION_ID',so_organization_id);

Line 109: -- fnd_profile.get('SO_ORGANIZATION_ID',so_organization_id);

105: fnd_profile.get('AS_USE_CUSTOMER_KEYS_FLAG',use_customer_keys_flag);
106:
107: -- OE/OM Change
108: --
109: -- fnd_profile.get('SO_ORGANIZATION_ID',so_organization_id);
110: --
111: oe_profile.get('SO_ORGANIZATION_ID',so_organization_id);
112:
113: /*4512781 ar_customer_profile_classes to hz_cust_profile_classes*/