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


TABLE: PA.PA_PT_CO_IMPL_STATUSES

Object Details
Object Name: PA_PT_CO_IMPL_STATUSES
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_PT_CO_IMPL_STATUSES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPT_CO_IMPL_STATUSES_ID
PA_PT_CO_IMPL_STATUSES_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnFIN_PLAN_TYPE_ID
ColumnCI_TYPE_ID
ColumnVERSION_TYPE
ColumnSTATUS_CODE
PA_PT_CO_IMPL_STATUSES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCI_TYPE_ID
Columns
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.
Query Text

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;

Dependencies

[top of page]

PA.PA_PT_CO_IMPL_STATUSES does not reference any database object

PA.PA_PT_CO_IMPL_STATUSES is referenced by following:

SchemaAPPS
SynonymPA_PT_CO_IMPL_STATUSES