[Home] [Help]
[Dependency Information]
Object Name: | HR_ORG_INFO_TYPES_BY_CLASS |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
HR_ORG_INFO_TYPES_BY_CLASS is an intersection table between
HR_ORG_INFORMATION_TYPES and HR_ORGANIZATION_INFORMATION. This table
defines the information type structures that are available for each
organization classification. The rows in this table are predefined
and are not maintained by any forms.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
HR_ORG_INFO_TYPES_BY_CLASS_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
HR_ORG_INFO_TYPES_BY_CLASS_FK1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORG_CLASSIFICATION | VARCHAR2 | (40) | Yes | Classification type of an organization. For example, HR Organization, Business Group, etc. |
ORG_INFORMATION_TYPE | VARCHAR2 | (40) | Yes | Developer descriptive flexfield column. |
MANDATORY_FLAG | VARCHAR2 | (30) | Yes | An indication of whether a particular type of organization information is mandatory for a class. |
LAST_UPDATE_DATE | DATE | Standard Who column. | ||
LAST_UPDATED_BY | NUMBER | (15) | Standard Who column. | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column. | |
CREATED_BY | NUMBER | (15) | Standard Who column. | |
CREATION_DATE | DATE | Standard Who column. | ||
ENABLED_FLAG | VARCHAR2 | (30) | Yes | Enabled Flag |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT ORG_CLASSIFICATION
, ORG_INFORMATION_TYPE
, MANDATORY_FLAG
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
, ENABLED_FLAG
, ZD_EDITION_NAME
FROM HR.HR_ORG_INFO_TYPES_BY_CLASS;
HR.HR_ORG_INFO_TYPES_BY_CLASS does not reference any database object
HR.HR_ORG_INFO_TYPES_BY_CLASS is referenced by following:
|
|
|