After Applying Brazilian Localization Patches, We are Unable to See Global Attributes in AR Forms.
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)
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:
0