[Home] [Help]
[Dependency Information]
Object Name: | PAY_CONSOLIDATION_SETS |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PAY_CONSOLIDATION_SETS_PK | NORMAL | UNIQUE |
![]() |
![]() |
PAY_CONSOLIDATION_SETS_FK1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Table | |
Foreign Table | Foreign Key Column | PAY_CONSOLIDATION_SETS | ![]() |
![]() |
PAY_CONSOLIDATION_SETS BUSINESS_GROUP_ID |
![]() |
![]() |
PAY_CONSOLIDATION_SETS | PAY_ALL_PAYROLLS_F CONSOLIDATION_SET_ID |
![]() |
![]() |
PAY_CONSOLIDATION_SETS | PAY_PAYROLL_ACTIONS CONSOLIDATION_SET_ID |
---|
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 | LONG | (0) | Descriptive information about the consolidation set. |
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;
HR.PAY_CONSOLIDATION_SETS does not reference any database object
HR.PAY_CONSOLIDATION_SETS is referenced by following:
|
|
|