[Home] [Help]
[Dependency Information]
| Object Name: | PAY_COSTS |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PAY.PAY_COSTS
|
| 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: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
COST_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PAY_COSTS_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
COST_ID
|
| PAY_COSTS_FK1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ASSIGNMENT_ACTION_ID
|
| PAY_COSTS_FK2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
INPUT_VALUE_ID
RUN_RESULT_ID
|
| PAY_COSTS_FK3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
COST_ALLOCATION_KEYFLEX_ID
|
| Table | |
Foreign Table | Foreign Key Column | PAY_COSTS | ![]() |
PAY_ASSIGNMENT_ACTIONS
|
PAY_COSTS ASSIGNMENT_ACTION_ID | PAY_COSTS | ![]() |
PAY_COST_ALLOCATION_KEYFLEX
|
PAY_COSTS COST_ALLOCATION_KEYFLEX_ID | PAY_COSTS | ![]() |
PAY_RUN_RESULT_VALUES
|
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 |
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
FROM HR.PAY_COSTS;
HR.PAY_COSTS does not reference any database object
HR.PAY_COSTS is referenced by following:
APPS
PAY_COSTS
PUBLIC
PAY_COSTS
|
|
|
|