PJO_PLANNING_CURRENCIES
This table is used to store the planning currencies of the plan type of plan version
Details
-
Schema: FUSION
-
Object owner: PJO
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
PJO_PLANNING_CURRENCIES_PK |
PLANNING_CURRENCY_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PLANNING_CURRENCY_ID | NUMBER | 18 | Yes | PLANNING_CURRENCY_ID ***** | |
| PLANNING_OPTION_ID | NUMBER | 18 | Yes | PLANNING_OPTION_ID ***** | |
| PLAN_TYPE_ID | NUMBER | 18 | PLAN_TYPE_ID ***** | ||
| PROJECT_ID | NUMBER | 18 | Yes | Unique identifier of the project | |
| OBJECT_ID1 | NUMBER | 18 | OBJECT_ID1 ***** | ||
| PLAN_VERSION_ID | NUMBER | 18 | PLAN_VERSION_ID ***** | ||
| TXN_CURRENCY_CODE | VARCHAR2 | 15 | Yes | Unique identifier of the currency | |
| PC_COST_EXCHANGE_RATE | NUMBER | PC_COST_EXCHANGE_RATE ***** | |||
| PC_REV_EXCHANGE_RATE | NUMBER | PC_REV_EXCHANGE_RATE ***** | |||
| PFC_COST_EXCHANGE_RATE | NUMBER | PFC_COST_EXCHANGE_RATE ***** | |||
| PFC_REV_EXCHANGE_RATE | NUMBER | PFC_REV_EXCHANGE_RATE ***** | |||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| PJO_PLANNING_CURRENCIES | pjo_planning_options | PLANNING_OPTION_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PJO_PLANNING_CURRENCIES_N1 | Non Unique | Default | PLAN_VERSION_ID, TXN_CURRENCY_CODE |
| PJO_PLANNING_CURRENCIES_U1 | Unique | Default | PLANNING_CURRENCY_ID |
| PJO_PLANNING_CURRENCIES_U2 | Unique | Default | PLANNING_OPTION_ID, TXN_CURRENCY_CODE |