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


TABLE: PA.PA_SYSTEM_NUMBERS

Object Details
Object Name: PA_SYSTEM_NUMBERS
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_SYSTEM_NUMBERS
Subobject Name:
Status: VALID


This table stores the next available control item type number for the project - item type intersection.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_SYSTEM_NUMBERS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSYSTEM_NUMBER_ID
PA_SYSTEM_NUMBERS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnOBJECT1_PK1_VALUE
ColumnOBJECT1_TYPE
ColumnOBJECT2_PK1_VALUE
ColumnOBJECT2_TYPE
Columns
Name Datatype Length Mandatory Comments
SYSTEM_NUMBER_ID NUMBER (15) Yes System-generated unique identifier
OBJECT1_PK1_VALUE NUMBER (15) Yes Identifier of the object e.g. project_id if object_type is PA_PROJECTS
OBJECT1_TYPE VARCHAR2 (30) Yes Type of the object such as PA_PROJECTS
NEXT_NUMBER NUMBER (15) Yes tores the next available number
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
OBJECT2_PK1_VALUE NUMBER (15)
Identifier of the object
OBJECT2_TYPE VARCHAR2 (30)
Type of the object
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SYSTEM_NUMBER_ID
,      OBJECT1_PK1_VALUE
,      OBJECT1_TYPE
,      NEXT_NUMBER
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      OBJECT2_PK1_VALUE
,      OBJECT2_TYPE
,      LAST_UPDATE_LOGIN
FROM PA.PA_SYSTEM_NUMBERS;

Dependencies

[top of page]

PA.PA_SYSTEM_NUMBERS does not reference any database object

PA.PA_SYSTEM_NUMBERS is referenced by following:

SchemaAPPS
SynonymPA_SYSTEM_NUMBERS