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


TABLE: PA.PA_PROJECT_CONTACTS

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


PA_PROJECT_CONTACTS stores customer representatives
involved with projects.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_PROJECT_CONTACTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROJECT_ID
ColumnCUSTOMER_ID
ColumnCONTACT_ID
ColumnPROJECT_CONTACT_TYPE_CODE
Columns
Name Datatype Length Mandatory Comments
PROJECT_ID NUMBER (15) Yes The identifier of the project for which the contact is entered
CUSTOMER_ID NUMBER (15) Yes The identifier of the project customer for which the contact is entered
CONTACT_ID NUMBER (15) Yes The identifier of the contact who is a customer representative for the project
PROJECT_CONTACT_TYPE_CODE VARCHAR2 (30) Yes The contact type that classifies the contact
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who Column
RECORD_VERSION_NUMBER NUMBER (15)
Stores locking sequence number
BILL_SHIP_CUSTOMER_ID NUMBER (15) Yes To Store the Bill To Customer Id or Ship To Customer Id
Query Text

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


SELECT PROJECT_ID
,      CUSTOMER_ID
,      CONTACT_ID
,      PROJECT_CONTACT_TYPE_CODE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      RECORD_VERSION_NUMBER
,      BILL_SHIP_CUSTOMER_ID
FROM PA.PA_PROJECT_CONTACTS;

Dependencies

[top of page]

PA.PA_PROJECT_CONTACTS does not reference any database object

PA.PA_PROJECT_CONTACTS is referenced by following:

SchemaAPPS
SynonymPA_PROJECT_CONTACTS