The different Table-types and names used in Oracle Apps are
_ALL are multi-org tables.
_TL are tables corresponding to another table with the same name minus the _TL. These tables provide multiple language support. For each item in the table without _TL there can be many rows in the _TL table, but all with different values in the LANGUAGE column.
_F these are date tracked tables which occur in HR and Payroll. For these there are two date columns EFFECTIVE_START_DATE and EFFECTIVE_END_DATE which together with the PK identifies a row uniquely. The date intervals cannot overlap.
_B these are the BASE tables.
They are very important and the data is stored in the these table with all validations.
It is supposed that these table will always contain the perfect format data.
If anything happens to the BASE table data, then it is a data corruption issue.
_V are views.
_VL are views for multi language tables which combines the row of the base table with the corresponding row of the _TL table where the LANGUAGE = USERENV('LANG').
_S are sequences, used for finding new values for the primary key of a table.
_A are Audit Shadow Tables.
_AVn and _ACn are Audit Shadow Views (when data was changed, and with what values).
Subscribe to:
Post Comments (Atom)
Oracle Database & Applications R12.2 Log file locations
Many times, we forget the path for the log files since there are too many. Below is the list of frequently used log files which can help us...
-
The most commonly errors / warnings that we see when handling OPP are CONC-PP NO RESPONSE , CONC-PP TIMEOUT, java.lang.OutOfMemoryError. We ...
-
Using AutoConfig you can reconfigure your Oracle E-Business Suite configuration from values mentioned in $CONTEXT_FILE adautocfg.sh : is a ...
-
SELECT fcpl . user_concurrent_program_name "REPORT NAME" , fnrtl . responsibility_name , frg . request_group_n...
No comments:
Post a Comment