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


TABLE: HR.PER_ASSIGNMENT_STATUS_TYPES

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


PER_ASSIGNMENT_STATUS_TYPES holds the definitions of statuses that
identify the status of an employee or applicant in a specific
assignment. USER_STATUS is the user-defined value that is displayed
online. PER_SYSTEM_STATUS and PAY_SYSTEM_STATUS are the internal
values used by the system to control hire and termination processing
and payroll processing. Statuses can be P(rimary), or S(econdary).
Primary statuses are part of the assignment record for an employee,
while secondary statuses are for information only. You can define any
number of user statuses for each PER_SYSTEM_STATUS, but only one may
be designated as the default for each system type. Valid
PER_SYSTEM_STATUS types for employees are ACTIVE_ASSIGN, SUSP_ASSIGN
or TERM_ASSIGN. Valid PER_SYSTEM_STATUS types for applicants are
ACTIVE_APL, OFFER or ACCEPTED.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: PER_ASSIGNMENT_STATUS_TYPE_PK
  1. ColumnASSIGNMENT_STATUS_TYPE_ID
Unique Key: PER_ASSIGNMENT_STATUS_TYPE_UK2
  1. ColumnUSER_STATUS
  2. ColumnBUSINESS_GROUP_ID
  3. ColumnLEGISLATION_CODE
Indexes
Index Type Uniqueness Tablespace Column
PER_ASSIGNMENT_STATUS_TYPE_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnASSIGNMENT_STATUS_TYPE_ID
PER_ASSIGNMENT_STATUS_TYPE_UK2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnUSER_STATUS
ColumnBUSINESS_GROUP_ID
ColumnLEGISLATION_CODE
Foreign Keys
Table
Foreign Table Foreign Key Column
TablePAY_STATUS_PROCESSING_RULES_F PAY_STATUS_PROCESSING_RULE_FK2 PER_ASSIGNMENT_STATUS_TYPES PAY_STATUS_PROCESSING_RULES_F ASSIGNMENT_STATUS_TYPE_ID
TablePER_ALL_ASSIGNMENTS_F PER_ASSIGNMENTS_F_FK6 PER_ASSIGNMENT_STATUS_TYPES PER_ALL_ASSIGNMENTS_F ASSIGNMENT_STATUS_TYPE_ID
TablePER_ASS_STATUS_TYPE_AMENDS PER_ASS_STATUS_TYPE_AMENDS_FK1 PER_ASSIGNMENT_STATUS_TYPES PER_ASS_STATUS_TYPE_AMENDS ASSIGNMENT_STATUS_TYPE_ID
TablePER_LETTER_REQUEST_LINES PER_LETTER_REQUEST_LINES_FK5 PER_ASSIGNMENT_STATUS_TYPES PER_LETTER_REQUEST_LINES ASSIGNMENT_STATUS_TYPE_ID
TablePER_SECONDARY_ASS_STATUSES PER_SECONDARY_ASS_STATUSES_FK3 PER_ASSIGNMENT_STATUS_TYPES PER_SECONDARY_ASS_STATUSES ASSIGNMENT_STATUS_TYPE_ID
Columns
Name Datatype Length Mandatory Comments
ASSIGNMENT_STATUS_TYPE_ID NUMBER (9) Yes System-generated primary key column.
BUSINESS_GROUP_ID NUMBER (15)
Foreign key to HR_ORGANIZATION_UNITS.
LEGISLATION_CODE VARCHAR2 (30)
The legislation to which the status type applies.
ACTIVE_FLAG VARCHAR2 (30) Yes Indicates whether the status is currently available for use.
DEFAULT_FLAG VARCHAR2 (30) Yes Indicates whether this is the default user status for the PER_SYSTEM_STATUS.
PRIMARY_FLAG VARCHAR2 (30) Yes Indicates whether an assignment with this status is processed by Oracle HR.
USER_STATUS VARCHAR2 (80) Yes User-defined status name.
PAY_SYSTEM_STATUS VARCHAR2 (1)
Payroll status indicating whether the assignment is processed in payroll runs.
PER_SYSTEM_STATUS VARCHAR2 (30)
HR status used extensively within the system to determine how the assignment is processed.
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 ASSIGNMENT_STATUS_TYPE_ID
,      BUSINESS_GROUP_ID
,      LEGISLATION_CODE
,      ACTIVE_FLAG
,      DEFAULT_FLAG
,      PRIMARY_FLAG
,      USER_STATUS
,      PAY_SYSTEM_STATUS
,      PER_SYSTEM_STATUS
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM HR.PER_ASSIGNMENT_STATUS_TYPES;

Dependencies

[top of page]

HR.PER_ASSIGNMENT_STATUS_TYPES does not reference any database object

HR.PER_ASSIGNMENT_STATUS_TYPES is referenced by following:

SchemaAPPS
SynonymPER_ASSIGNMENT_STATUS_TYPES
TriggerPER_ASSIGNMENT_STATUS_TYPE_WHO
SchemaPUBLIC
SynonymPER_ASSIGNMENT_STATUS_TYPES