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


TABLE: HR.PER_LETTER_GEN_STATUSES

Object Details
Object Name: PER_LETTER_GEN_STATUSES
Object Type: TABLE
Owner: HR
FND Design Data: TablePER.PER_LETTER_GEN_STATUSES
Subobject Name:
Status: VALID


PER_LETTER_GEN_STATUSES holds details of associations between letter
types and possible status type changes. If the status for an
applicant assignment or a delegate booking changes and a row appears
in this table for the new status, a letter request line is
auto-generated under a letter request for the associated letter type.
For example, this can be used to automatically generate a Standard
Offer Letter for an applicant when the assignment status is changed to
Offer.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: PER_LETTER_GEN_STATUSES_PK
  1. ColumnLETTER_GEN_STATUS_ID
Indexes
Index Type Uniqueness Tablespace Column
PER_LETTER_GEN_STATUSES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLETTER_GEN_STATUS_ID
PER_LETTER_GEN_STATUSES_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUSINESS_GROUP_ID
PER_LETTER_GEN_STATUSES_FK2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnASSIGNMENT_STATUS_TYPE_ID
PER_LETTER_GEN_STATUSES_FK3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLETTER_TYPE_ID
Foreign Keys
Table
Foreign Table Foreign Key Column
PER_LETTER_GEN_STATUSES PER_LETTER_GEN_STATUSES_FK1 TableHR_ALL_ORGANIZATION_UNITS PER_LETTER_GEN_STATUSES BUSINESS_GROUP_ID
PER_LETTER_GEN_STATUSES PER_LETTER_GEN_STATUSES_FK3 TablePER_LETTER_TYPES PER_LETTER_GEN_STATUSES LETTER_TYPE_ID
Columns
Name Datatype Length Mandatory Comments
LETTER_GEN_STATUS_ID NUMBER (15) Yes System-generated primary key column.
BUSINESS_GROUP_ID NUMBER (15) Yes Foreign key to HR_ORGANIZATION_UNITS.
ASSIGNMENT_STATUS_TYPE_ID NUMBER (9) Yes Identifies whether status type is HR applicant assignment status type or OTA booking status type.
LETTER_TYPE_ID NUMBER (15) Yes Foreign key to PER_LETTER_TYPES.
ENABLED_FLAG VARCHAR2 (30) Yes Indicates whether the letter generation status is enabled.
REQUEST_ID NUMBER (15)
Standard Who column.
PROGRAM_APPLICATION_ID NUMBER (15)
Standard Who column.
PROGRAM_ID NUMBER (15)
Standard Who column.
PROGRAM_UPDATE_DATE DATE

Standard Who column.
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.
Query Text

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


SELECT LETTER_GEN_STATUS_ID
,      BUSINESS_GROUP_ID
,      ASSIGNMENT_STATUS_TYPE_ID
,      LETTER_TYPE_ID
,      ENABLED_FLAG
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM HR.PER_LETTER_GEN_STATUSES;

Dependencies

[top of page]

HR.PER_LETTER_GEN_STATUSES does not reference any database object

HR.PER_LETTER_GEN_STATUSES is referenced by following:

SchemaHR
ViewPER_LETTER_GEN_STATUSES#