Pages

OracleEBSpro is purely for knowledge sharing and learning purpose, with the main focus on Oracle E-Business Suite Product and other related Oracle Technologies.

I'm NOT responsible for any damages in whatever form caused by the usage of the content of this blog.

I share my Oracle knowledge through this blog. All my posts in this blog are based on my experience, reading oracle websites, books, forums and other blogs. I invite people to read and suggest ways to improve this blog.


Sunday, February 17, 2013

Oracle EBS – Flexfields


The following Query gives us, all the flexfields avilable for your Oracle Application version.
select faa.APPLICATION_NAME “Application Name”, fif.id_flex_name “Flexfield Name”, faa.description “Application Description”
from FND_ID_FLEXS fif, FND_APPLICATION_ALL_VIEW faa
WHERE fif.APPLICATION_ID = faa.APPLICATION_ID
order by faa.APPLICATION_NAME;
Application NameFlex-field NameApplication Description
CRL Financials AssetsSuper GroupCRL Financials – Assets
CRL Financials AssetsGroup AssetCRL Financials – Assets
Oracle Advanced Service OnlineAHL RouteOracle Advanced Service Online
Oracle Advanced Service OnlineAHL OperationOracle Advanced Service Online
Oracle AssetsLocation FlexfieldOracle Assets
Oracle AssetsCategory FlexfieldOracle Assets
Oracle AssetsAsset Key FlexfieldOracle Assets
Oracle General LedgerAccounting FlexfieldOracle General Ledger
Oracle Human ResourcesSoft Coded KeyFlexfieldOracle Human Resources
Oracle Human ResourcesJob FlexfieldOracle Human Resources
Oracle Human ResourcesGrade FlexfieldOracle Human Resources
Oracle Human ResourcesCAGR FlexfieldOracle Human Resources
Oracle Human ResourcesCompetence FlexfieldOracle Human Resources
Oracle Human ResourcesItem Contexts KeyflexOracle Human Resources
Oracle Human ResourcesPersonal Analysis FlexfieldOracle Human Resources
Oracle Human ResourcesPosition FlexfieldOracle Human Resources
Oracle InventorySystem ItemsOracle Inventory
Oracle InventorySales OrdersOracle Inventory
Oracle InventoryItem CategoriesOracle Inventory
Oracle InventoryAccount AliasesOracle Inventory
Oracle InventoryItem CatalogsOracle Inventory
Oracle InventoryORACLE_SERVICE_ITEM_FLEXFIELDOracle Inventory
Oracle InventoryStock LocatorsOracle Inventory
Oracle PayrollPeople Group FlexfieldOracle Payroll
Oracle PayrollBank Details KeyFlexFieldOracle Payroll
Oracle PayrollCost Allocation FlexfieldOracle Payroll
Oracle Public Sector BudgetingPSB Position FlexfieldOracle Public Sector Budgeting
Oracle ReceivablesTerritory FlexfieldOracle Receivables
Oracle ReceivablesSales Tax Location FlexfieldOracle Receivables
Oracle ReceivablesARTA-Receipt Prof IdentOracle Receivables
Oracle Training AdministrationTraining ResourcesOracle Training Administration

2 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. Regards
    Sridevi Koduru (Senior Oracle Apps Trainer Oracleappstechnical.com)
    Please Contact for One to One Online Training on Oracle Apps Technical, Financials, SCM, SQL, PL/SQL, D2K at sridevikoduru@oracleappstechnical.com | +91 - 9581017828.

    ReplyDelete