[Home] [Help]
[Dependency Information]
| Object Name: | PSB_WS_ELEMENT_LINES |
|---|---|
| Object Type: | TABLE |
| Owner: | PSB |
| FND Design Data: | PSB.PSB_WS_ELEMENT_LINES
|
| Subobject Name: | |
| Status: | VALID |
PSB_WS_ELEMENT_LINES stores position cost by pay elements. For a
position, the costs are stored for each element and currency.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PSB_WS_ELEMENT_LINES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ELEMENT_LINE_ID
|
| PSB_WS_ELEMENT_LINES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
POSITION_LINE_ID
|
| PSB_WS_ELEMENT_LINES_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PAY_ELEMENT_ID
BUDGET_YEAR_ID
STAGE_SET_ID
|
| PSB_WS_ELEMENT_LINES_N3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ELEMENT_SET_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ELEMENT_LINE_ID | NUMBER | (20) | Yes | Unique identifier for element line |
| POSITION_LINE_ID | NUMBER | (20) | Yes | Position unique identifier. Position to which this element line is assigned. |
| BUDGET_YEAR_ID | NUMBER | (15) | Yes | Budget year unique identifier. Budget year for which this element line is assigned. |
| PAY_ELEMENT_ID | NUMBER | (20) | Yes | Pay element unique identifier. Element for which this element line is created. |
| CURRENCY_CODE | VARCHAR2 | (10) | Yes | Currency code |
| ELEMENT_COST | NUMBER | Yes | Pay amount proposed for the position for this element | |
| ELEMENT_SET_ID | NUMBER | (15) | Yes | Element set identifier. Used to identify the set of account lines to which this element line is being distributed. |
| SERVICE_PACKAGE_ID | NUMBER | Yes | Service package unique identifier | |
| STAGE_SET_ID | NUMBER | Yes | Stage set unique identifier | |
| START_STAGE_SEQ | NUMBER | Yes | Start stage sequence | |
| CURRENT_STAGE_SEQ | NUMBER | Yes | Current stage sequence | |
| END_STAGE_SEQ | NUMBER | End stage sequence | ||
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| FUNCTIONAL_TRANSACTION | VARCHAR2 | (1) | Indicates functional currency transaction. |
Cut, paste (and edit) the following text to query this object:
SELECT ELEMENT_LINE_ID
, POSITION_LINE_ID
, BUDGET_YEAR_ID
, PAY_ELEMENT_ID
, CURRENCY_CODE
, ELEMENT_COST
, ELEMENT_SET_ID
, SERVICE_PACKAGE_ID
, STAGE_SET_ID
, START_STAGE_SEQ
, CURRENT_STAGE_SEQ
, END_STAGE_SEQ
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
, FUNCTIONAL_TRANSACTION
FROM PSB.PSB_WS_ELEMENT_LINES;
PSB.PSB_WS_ELEMENT_LINES does not reference any database object
PSB.PSB_WS_ELEMENT_LINES is referenced by following:
APPS
PSB_WS_ELEMENT_LINES
|
|
|
|