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


TABLE: HR.PAY_COST_ALLOCATIONS_F

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


PAY_COST_ALLOCATIONS_F is the DateTracked table that holds cost
allocation details at the assignment level. COST_ALLOCATION_KEYFLEX_ID
identifies the combination of segment values held in
PAY_COST_ALLOCATION_KEYFLEX. Assignment costs can be proportioned
across multiple combinations. For example, when an assignment is
costed 50% to cost center 001 and 50% to cost center 002 there would
be two rows in PAY_COST_ALLOCATIONS_F for the same ASSIGNMENT_ID. The
total PROPORTION for one assignment at any point in time should equal
100.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: PAY_COST_ALLOCATIONS_F_PK
  1. ColumnCOST_ALLOCATION_ID
  2. ColumnEFFECTIVE_START_DATE
  3. ColumnEFFECTIVE_END_DATE
Indexes
Index Type Uniqueness Tablespace Column
PAY_COST_ALLOCATIONS_F_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOST_ALLOCATION_ID
ColumnEFFECTIVE_START_DATE
ColumnEFFECTIVE_END_DATE
PAY_COST_ALLOCATIONS_F_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUSINESS_GROUP_ID
PAY_COST_ALLOCATIONS_F_FK2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOST_ALLOCATION_KEYFLEX_ID
PAY_COST_ALLOCATIONS_F_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnASSIGNMENT_ID
Foreign Keys
Table
Foreign Table Foreign Key Column
PAY_COST_ALLOCATIONS_F PAY_COST_ALLOCATIONS_F_FK1 TableHR_ALL_ORGANIZATION_UNITS PAY_COST_ALLOCATIONS_F BUSINESS_GROUP_ID
PAY_COST_ALLOCATIONS_F PAY_COST_ALLOCATIONS_F_FK2 TablePAY_COST_ALLOCATION_KEYFLEX PAY_COST_ALLOCATIONS_F COST_ALLOCATION_KEYFLEX_ID
Columns
Name Datatype Length Mandatory Comments
COST_ALLOCATION_ID NUMBER (15) Yes System-generated primary key column.
EFFECTIVE_START_DATE DATE
Yes Effective start date.
EFFECTIVE_END_DATE DATE
Yes Effective end date.
BUSINESS_GROUP_ID NUMBER (15) Yes Foreign key to HR_ORGANIZATION_UNITS.
COST_ALLOCATION_KEYFLEX_ID NUMBER (9) Yes Foreign key to PAY_COST_ALLOCATION_KEYFLEX, holding individual segment values.
ASSIGNMENT_ID NUMBER (10) Yes Foreign key to PER_ASSIGNMENTS.
PROPORTION NUMBER (22) Yes Percentage of assignment costs to be apportioned to this key flexfield.
REQUEST_ID NUMBER (15)
Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_ID NUMBER (15)
Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
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.
OBJECT_VERSION_NUMBER NUMBER (9)
System-generated version of row. Increments by one with each update.
Query Text

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


SELECT COST_ALLOCATION_ID
,      EFFECTIVE_START_DATE
,      EFFECTIVE_END_DATE
,      BUSINESS_GROUP_ID
,      COST_ALLOCATION_KEYFLEX_ID
,      ASSIGNMENT_ID
,      PROPORTION
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      OBJECT_VERSION_NUMBER
FROM HR.PAY_COST_ALLOCATIONS_F;

Dependencies

[top of page]

HR.PAY_COST_ALLOCATIONS_F does not reference any database object

HR.PAY_COST_ALLOCATIONS_F is referenced by following:

SchemaHR
ViewPAY_COST_ALLOCATIONS_F#