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


TABLE: HR.PAY_RETRO_COMPONENT_USAGES

Object Details
Object Name: PAY_RETRO_COMPONENT_USAGES
Object Type: TABLE
Owner: HR
FND Design Data: TablePAY.PAY_RETRO_COMPONENT_USAGES
Subobject Name:
Status: VALID


This table will contain the component usages for each of the element types processed in enhanced retro pay


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PAY_RETRO_COMPONENT_USAGES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRETRO_COMPONENT_USAGE_ID
PAY_RETRO_COMPONENT_USAGES_UK1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRETRO_COMPONENT_ID
ColumnCREATOR_ID
ColumnCREATOR_TYPE
ColumnBUSINESS_GROUP_ID
ColumnLEGISLATION_CODE
Columns
Name Datatype Length Mandatory Comments
RETRO_COMPONENT_USAGE_ID NUMBER (9) Yes System-generated primary key column.
RETRO_COMPONENT_ID NUMBER (9) Yes Foreign key to PAY_RETRO_COMPONENTS
CREATOR_ID NUMBER (15) Yes Foreign key to record determined by CREATOR_TYPE
CREATOR_TYPE VARCHAR2 (30) Yes Indicates if creator is either Element Classification or Type
DEFAULT_COMPONENT VARCHAR2 (30) Yes Indicates if component is the default
REPROCESS_TYPE VARCHAR2 (30) Yes How should the element be processed
BUSINESS_GROUP_ID NUMBER (15)
Foreign key to HR_ORGANIZATION_UNITS.
LEGISLATION_CODE VARCHAR2 (30)
Foreign Key to FND_TERRITORIES
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
OBJECT_VERSION_NUMBER NUMBER (15)
System-generated version of row. Increments by one with each update.
REPLACE_RUN_FLAG VARCHAR2 (30)
Indicates whether an element type will trigger the RetroPay replacement functionality.
USE_OVERRIDE_DATES VARCHAR2 (30)
Indicates whether an element type can have its calculation date overridden.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RETRO_COMPONENT_USAGE_ID
,      RETRO_COMPONENT_ID
,      CREATOR_ID
,      CREATOR_TYPE
,      DEFAULT_COMPONENT
,      REPROCESS_TYPE
,      BUSINESS_GROUP_ID
,      LEGISLATION_CODE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      REPLACE_RUN_FLAG
,      USE_OVERRIDE_DATES
FROM HR.PAY_RETRO_COMPONENT_USAGES;

Dependencies

[top of page]

HR.PAY_RETRO_COMPONENT_USAGES does not reference any database object

HR.PAY_RETRO_COMPONENT_USAGES is referenced by following:

SchemaAPPS
SynonymPAY_RETRO_COMPONENT_USAGES
TriggerPAY_RETRO_COMPONENT_USAGES_WHO
SchemaPUBLIC
SynonymPAY_RETRO_COMPONENT_USAGES