Install, Upgrade, Clone, Patch - EBS (MOSC)

MOSC Banner

After Applying Brazilian Localization Patches, We are Unable to See Global Attributes in AR Forms.

edited Nov 7, 2012 6:22AM in Install, Upgrade, Clone, Patch - EBS (MOSC) 1 commentAnswered
VPC Team member opened this thread for the customer.

We are not able to see Global Attributes in Following Forms :

"Customer Sites"  ,"AR Transactions" , "Transaction Types" even after applying the Brazil Localization Patches and Enabling Country specific Functionality

Here is the output after enabling the functionality.

SQL> ;
 1  SELECT tl.application_name
 2  , t.application_id
 3  , i.patch_level
 4  , decode(i.status,'I','Fully Installed',
 5  'N','Not Installed','S','Shared','Undetermined') status
 6  FROM fnd_product_installations i
 7  , fnd_application t
 8  , fnd_application_tl tl
 9  WHERE i.application_id = t.application_id
10  AND tl.application_id = t.application_id
11  AND i.application_id in (7002, 7003,7000,778,13015,7004)
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center