DBA Data[Home] [Help] [Dependency Information]


TABLE: APPLSYS.AD_SEED_DATA_LOADED

Object Details
Object Name: AD_SEED_DATA_LOADED
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableAD.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
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.
Query Text

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;

Dependencies

[top of page]

APPLSYS.AD_SEED_DATA_LOADED does not reference any database object

APPLSYS.AD_SEED_DATA_LOADED is referenced by following:

SchemaAPPLSYS
ViewAD_SEED_DATA_LOADED#