[Home] [Help]
[Dependency Information]
| Object Name: | AD_SEED_DATA_LOADED |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | AD.AD_SEED_DATA_LOADED
|
| Subobject Name: | |
| Status: | VALID |
This table is used for the database actions/generate actions coordination in patches, to ensure, for instance, that in a patch, the generation of message files for a given language should not begin until the messages for that language have been loaded into the database in that patch.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| APPLIED_PATCH_ID | NUMBER | Yes | FK to AD_APPLIED_PATCHES | |
| LANGUAGE_CODE | VARCHAR2 | (4) | Yes | Language, for which seed data has finished loading in this patch |
| CREATION_DATE | DATE | Standard who column - date when this row was created. | ||
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. |
Cut, paste (and edit) the following text to query this object:
SELECT APPLIED_PATCH_ID
, LANGUAGE_CODE
, CREATION_DATE
, LAST_UPDATE_DATE
FROM APPLSYS.AD_SEED_DATA_LOADED;
APPLSYS.AD_SEED_DATA_LOADED does not reference any database object
APPLSYS.AD_SEED_DATA_LOADED is referenced by following:
APPLSYS
AD_SEED_DATA_LOADED#
|
|
|
|