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


TABLE: HR.PAY_CONSOLIDATION_SETS

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


PAY_CONSOLIDATION_SETS identifies the consolidation sets that are used
to consolidate the results of multiple payroll processes. The
consolidation set is used as a parameter to identify the set of
results for further processing. For example, you may want to define
separate payrolls for different worksites and process these on
different days, but then use a single consolidation set to process all
the results for payment and costing. Alternatively, you may want to
define a single payroll, but process and pay groups of employees
separately using separate consolidation sets.Using an ASSIGNMENT SET
you can identify distinct groups of employees to process, and using
separate consolidation sets you can keep the separation of payment and
costing. A third example is where you may want to consolidate results
from a QuickPay run into the same consolidation set as the results
from the regular payroll run, for example when a new employee misses
the cut-off date for the regular payroll, or there is a late timecard
and you want to add to the existing results.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: PAY_CONSOLIDATION_SETS_PK
  1. ColumnCONSOLIDATION_SET_ID
Indexes
Index Type Uniqueness Tablespace Column
PAY_CONSOLIDATION_SETS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCONSOLIDATION_SET_ID
SYS_IL0000043049C00009$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
PAY_CONSOLIDATION_SETS_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUSINESS_GROUP_ID
Foreign Keys
Table
Foreign Table Foreign Key Column
PAY_CONSOLIDATION_SETS PAY_CONSOLIDATION_SETS_FK1 TableHR_ALL_ORGANIZATION_UNITS PAY_CONSOLIDATION_SETS BUSINESS_GROUP_ID
TablePAY_ALL_PAYROLLS_F PAY_PAYROLLS_F_FK3 PAY_CONSOLIDATION_SETS PAY_ALL_PAYROLLS_F CONSOLIDATION_SET_ID
TablePAY_PAYROLL_ACTIONS PAY_PAYROLL_ACTIONS_FK2 PAY_CONSOLIDATION_SETS PAY_PAYROLL_ACTIONS CONSOLIDATION_SET_ID
Columns
Name Datatype Length Mandatory Comments
CONSOLIDATION_SET_ID NUMBER (9) Yes Consolidation set primary key.
BUSINESS_GROUP_ID NUMBER (15) Yes Foreign key to HR_ORGANIZATION_UNITS.
CONSOLIDATION_SET_NAME VARCHAR2 (60) Yes Consolidation set name.
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.
COMMENTS CLOB (4000)
Descriptive information about the consolidation set.
Query Text

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


SELECT CONSOLIDATION_SET_ID
,      BUSINESS_GROUP_ID
,      CONSOLIDATION_SET_NAME
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      COMMENTS
FROM HR.PAY_CONSOLIDATION_SETS;

Dependencies

[top of page]

HR.PAY_CONSOLIDATION_SETS does not reference any database object

HR.PAY_CONSOLIDATION_SETS is referenced by following:

SchemaHR
ViewPAY_CONSOLIDATION_SETS#