[Home] [Help]
[Dependency Information]
| Object Name: | PAY_DYNDBI_CHANGES |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PAY.PAY_DYNDBI_CHANGES
|
| Subobject Name: | |
| Status: | VALID |
PAY_DYNDBI_CHANGES is an internal table used to record objects for which dynamic database item names must be regenerated. The changes are necessary because of changes to delivered name translations.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PAY_DYNDBI_CHANGES_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ID
TYPE
LANGUAGE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | VARCHAR2 | (511) | Yes | Together with TYPE, ID uniquely identifies an object for which new dynamic database item names must be generated. |
| TYPE | VARCHAR2 | (30) | Yes | The entity type for which the dynamic database item names must be generated. The types are DB (defined balance), ET (element type), and EIV (element input value). |
| LANGUAGE | VARCHAR2 | (30) | Yes | The language in which the database item names should be translated. |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, TYPE
, LANGUAGE
FROM HR.PAY_DYNDBI_CHANGES;
HR.PAY_DYNDBI_CHANGES does not reference any database object
HR.PAY_DYNDBI_CHANGES is referenced by following:
HR
PAY_DYNDBI_CHANGES#
|
|
|
|