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


TABLE: HR.PAY_ELEMENT_TYPE_INFO_TYPES

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


PAY_ELEMENT_TYPE_INFO_TYPES holds the definitions of extra information
types that may be held against an element.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: PAY_ELEMENT_TYPE_INFO_TYPES_PK
  1. ColumnINFORMATION_TYPE
Indexes
Index Type Uniqueness Tablespace Column
PAY_ELEMENT_TYPE_INFO_TYPES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINFORMATION_TYPE
Foreign Keys
Table
Foreign Table Foreign Key Column
TablePAY_ELEMENT_TYPE_EXTRA_INFO PAY_ELEMENT_TYPE_EXTRA_INFO_FK PAY_ELEMENT_TYPE_INFO_TYPES PAY_ELEMENT_TYPE_EXTRA_INFO INFORMATION_TYPE
Columns
Name Datatype Length Mandatory Comments
INFORMATION_TYPE VARCHAR2 (40) Yes The name or code of the information type, which is also the primary key.
ACTIVE_INACTIVE_FLAG VARCHAR2 (30) Yes Indicates whether the information type is active or inactive.
MULTIPLE_OCCURENCES_FLAG VARCHAR2 (30) Yes Indicates whether an element may have multiple occurrences of this type.
DESCRIPTION VARCHAR2 (240)
Description of the information type.
LEGISLATION_CODE VARCHAR2 (30)
The legislation to which the information type applies.
REQUEST_ID NUMBER (15)
Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_ID NUMBER (15)
Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
OBJECT_VERSION_NUMBER NUMBER (9) Yes System-generated version of row. Increments by one with each update.
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15)
Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
CREATED_BY NUMBER (15)
Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE

Standard who column - date when this row was created.
Query Text

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


SELECT INFORMATION_TYPE
,      ACTIVE_INACTIVE_FLAG
,      MULTIPLE_OCCURENCES_FLAG
,      DESCRIPTION
,      LEGISLATION_CODE
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      OBJECT_VERSION_NUMBER
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM HR.PAY_ELEMENT_TYPE_INFO_TYPES;

Dependencies

[top of page]

HR.PAY_ELEMENT_TYPE_INFO_TYPES does not reference any database object

HR.PAY_ELEMENT_TYPE_INFO_TYPES is referenced by following:

SchemaAPPS
SynonymPAY_ELEMENT_TYPE_INFO_TYPES
TriggerPAY_ELEMENT_TYPE_INFO_TYPE_WHO
SchemaPUBLIC
SynonymPAY_ELEMENT_TYPE_INFO_TYPES