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


TABLE: HR.PAY_COSTS

Object Details
Object Name: PAY_COSTS
Object Type: TABLE
Owner: HR
FND Design Data: TablePAY.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: PAY_COSTS_PK
  1. ColumnCOST_ID
Indexes
Index Type Uniqueness Tablespace Column
PAY_COSTS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOST_ID
PAY_COSTS_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnASSIGNMENT_ACTION_ID
PAY_COSTS_FK2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnINPUT_VALUE_ID
ColumnRUN_RESULT_ID
PAY_COSTS_FK3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOST_ALLOCATION_KEYFLEX_ID
Foreign Keys
Table
Foreign Table Foreign Key Column
PAY_COSTS PAY_COSTS_FK1 TablePAY_ASSIGNMENT_ACTIONS PAY_COSTS ASSIGNMENT_ACTION_ID
PAY_COSTS PAY_COSTS_FK3 TablePAY_COST_ALLOCATION_KEYFLEX PAY_COSTS COST_ALLOCATION_KEYFLEX_ID
PAY_COSTS PAY_COSTS_FK2 TablePAY_RUN_RESULT_VALUES PAY_COSTS INPUT_VALUE_ID
PAY_COSTS RUN_RESULT_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

HR.PAY_COSTS does not reference any database object

HR.PAY_COSTS is referenced by following:

SchemaHR
ViewPAY_COSTS#