[Home] [Help]
[Dependency Information]
| Object Name: | PA_PT_CO_IMPL_STATUSES |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_PT_CO_IMPL_STATUSES
|
| Subobject Name: | |
| Status: | VALID |
This table stores the change document types that can be implemented or included into a particular financial plan types along with the implementation and inclusion statuses.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_PT_CO_IMPL_STATUSES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PT_CO_IMPL_STATUSES_ID
|
| PA_PT_CO_IMPL_STATUSES_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
FIN_PLAN_TYPE_ID
CI_TYPE_ID
VERSION_TYPE
STATUS_CODE
|
| PA_PT_CO_IMPL_STATUSES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
CI_TYPE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PT_CO_IMPL_STATUSES_ID | NUMBER | (15) | Yes | Unique identifier. |
| FIN_PLAN_TYPE_ID | NUMBER | (15) | Yes | This column stores the identifier of the plan type. |
| CI_TYPE_ID | NUMBER | (15) | Yes | This column stores the identifier of the change document type. |
| VERSION_TYPE | VARCHAR2 | (30) | Yes | Indicates if cost impact or revenue impact. Valid values are COST/REVENUE. |
| STATUS_CODE | VARCHAR2 | (30) | Yes | Stores the status code of the change document for which the financial impact can be implemented to the plan type versions. |
| IMPL_DEFAULT_FLAG | VARCHAR2 | (1) | Yes | This flag identify whether the plan type should be checked by default for implementation in the implementation option page. |
| RECORD_VERSION_NUMBER | NUMBER | Yes | Record version number. | |
| CREATION_DATE | DATE | Yes | Standard Who Column. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who Column. |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who Column. |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column. |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column. |
Cut, paste (and edit) the following text to query this object:
SELECT PT_CO_IMPL_STATUSES_ID
, FIN_PLAN_TYPE_ID
, CI_TYPE_ID
, VERSION_TYPE
, STATUS_CODE
, IMPL_DEFAULT_FLAG
, RECORD_VERSION_NUMBER
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM PA.PA_PT_CO_IMPL_STATUSES;
PA.PA_PT_CO_IMPL_STATUSES does not reference any database object
PA.PA_PT_CO_IMPL_STATUSES is referenced by following:
APPS
PA_PT_CO_IMPL_STATUSES
|
|
|
|