[Home] [Help]
[Dependency Information]
Object Name: | PAY_COSTS |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PAY_COSTS holds the cost details and values for specific run results
within an assignment action. It is maintained by the costing process.
COSTED_VALUE holds the actual cost value. COST_ALLOCATION_KEYFLEX_ID
identifies the cost segments and segment values to which the cost
value applies. DEBIT_OR_CREDIT identifies whether the value is to be
debited or credited.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PAY_COSTS_PK | NORMAL | UNIQUE |
![]() |
![]() |
PAY_COSTS_FK1 | NORMAL | NONUNIQUE |
![]() |
![]() |
PAY_COSTS_FK2 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
PAY_COSTS_FK3 | NORMAL | NONUNIQUE |
![]() |
![]() |
Table | |
Foreign Table | Foreign Key Column | PAY_COSTS | ![]() |
![]() |
PAY_COSTS ASSIGNMENT_ACTION_ID | PAY_COSTS | ![]() |
![]() |
PAY_COSTS COST_ALLOCATION_KEYFLEX_ID | PAY_COSTS | ![]() |
![]() |
PAY_COSTS
INPUT_VALUE_ID
PAY_COSTS RUN_RESULT_ID |
---|
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
COST_ID | NUMBER | (15) | Yes | Surrogate primary key. |
ASSIGNMENT_ACTION_ID | NUMBER | (15) | Yes | Foreign key to PAY_ASSIGNMENT_ACTIONS. |
INPUT_VALUE_ID | NUMBER | (9) | Yes | Foreign key to PAY_INPUT_VALUES. |
RUN_RESULT_ID | NUMBER | (15) | Foreign key to PAY_RUN_RESULTS. | |
COST_ALLOCATION_KEYFLEX_ID | NUMBER | (9) | Yes | Foreign key to PAY_COST_ALLOCATION_KEYFLEX. |
BALANCE_OR_COST | VARCHAR2 | (30) | Yes | Indicates if the record is from the cost or balancing flexfield structures. |
COSTED_VALUE | NUMBER | Yes | Actual value to be costed. | |
DEBIT_OR_CREDIT | VARCHAR2 | (30) | Yes | Indicates whether the value is a debit (D) or credit (C). |
DISTRIBUTED_INPUT_VALUE_ID | NUMBER | (9) | Component of foreign key to Run Result Value whose costing is distributed. | |
DISTRIBUTED_RUN_RESULT_ID | NUMBER | (15) | Component of foreign key to Run Result Value whose costing is distributed. | |
SOURCE_ID | NUMBER | (15) | Points to Parent COST_ID | |
TRANSFER_TO_GL_FLAG | VARCHAR2 | (30) | Indicates whether Cost should be Transferred to the General Ledger | |
INSTANCE_ID | NUMBER | (9) | For tracking the INSTANCE ID as part of 12.2 RAC Affinity enhancement. | |
TRANSFERED_TO_PRJ | VARCHAR2 | (30) | Indicates whether Cost should be Transferred to Projects |
Cut, paste (and edit) the following text to query this object:
SELECT COST_ID
, ASSIGNMENT_ACTION_ID
, INPUT_VALUE_ID
, RUN_RESULT_ID
, COST_ALLOCATION_KEYFLEX_ID
, BALANCE_OR_COST
, COSTED_VALUE
, DEBIT_OR_CREDIT
, DISTRIBUTED_INPUT_VALUE_ID
, DISTRIBUTED_RUN_RESULT_ID
, SOURCE_ID
, TRANSFER_TO_GL_FLAG
, INSTANCE_ID
, TRANSFERED_TO_PRJ
FROM HR.PAY_COSTS;
HR.PAY_COSTS does not reference any database object
HR.PAY_COSTS is referenced by following:
|
|
|