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


TABLE: HR.PAY_RETRO_COMPONENTS

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


Contains details like component name and full or limited recalculation for a particular legislation.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PAY_RETRO_COMPONENTS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRETRO_COMPONENT_ID
Columns
Name Datatype Length Mandatory Comments
RETRO_COMPONENT_ID NUMBER (9) Yes Unique key to PAY_RETRO_COMPONENTS table
SHORT_NAME VARCHAR2 (30) Yes Short Name for the component
COMPONENT_NAME VARCHAR2 (80) Yes Name of the component
RETRO_TYPE VARCHAR2 (30) Yes Retro Type
LEGISLATION_CODE VARCHAR2 (30)
Legislation Code
RECALCULATION_STYLE VARCHAR2 (30)
Indicates the type of RetroPay calculation required.
DATE_OVERRIDE_PROCEDURE VARCHAR2 (80)
Indicates the procedure used to derive the override date.
Query Text

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


SELECT RETRO_COMPONENT_ID
,      SHORT_NAME
,      COMPONENT_NAME
,      RETRO_TYPE
,      LEGISLATION_CODE
,      RECALCULATION_STYLE
,      DATE_OVERRIDE_PROCEDURE
FROM HR.PAY_RETRO_COMPONENTS;

Dependencies

[top of page]

HR.PAY_RETRO_COMPONENTS does not reference any database object

HR.PAY_RETRO_COMPONENTS is referenced by following:

SchemaAPPS
SynonymPAY_RETRO_COMPONENTS
SchemaPUBLIC
SynonymPAY_RETRO_COMPONENTS