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


TABLE: HR.PAY_AU_PROCESSES

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


This table will define the processes that can be executed by the generic code caller. The process can be specific to a particular business group and legislation code. This table can be populated by localisation or implementation teams.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
PROCESS_ID NUMBER (15) Yes The system generated primary key from the sequence PAY_AU_PROCESSES_S
SHORT_NAME VARCHAR2 (30) Yes Short name of the process
NAME VARCHAR2 (30) Yes Name of the process
ENABLED_FLAG VARCHAR2 (30) Yes This flag indicates if the process is enabled.
BUSINESS_GROUP_ID NUMBER (15)
Part of the unique key
LEGISLATION_CODE VARCHAR2 (30)
Part of the unique key
DESCRIPTION VARCHAR2 (80)
Process description
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15)
Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
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).
OBJECT_VERSION_NUMBER NUMBER (9)
System generated version of row. Increments on each row update.
ACCRUAL_CATEGORY VARCHAR2 (30)
Accrual Category for the process
Query Text

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


SELECT PROCESS_ID
,      SHORT_NAME
,      NAME
,      ENABLED_FLAG
,      BUSINESS_GROUP_ID
,      LEGISLATION_CODE
,      DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      ACCRUAL_CATEGORY
FROM HR.PAY_AU_PROCESSES;

Dependencies

[top of page]

HR.PAY_AU_PROCESSES does not reference any database object

HR.PAY_AU_PROCESSES is referenced by following:

SchemaAPPS
SynonymPAY_AU_PROCESSES
TriggerPAY_AU_PROCESSES_WHO
SchemaPUBLIC
SynonymPAY_AU_PROCESSES