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


TABLE: IGW.IGW_PROP_PROGRAM_ADDRESSES

Object Details
Object Name: IGW_PROP_PROGRAM_ADDRESSES
Object Type: TABLE
Owner: IGW
FND Design Data: TableIGW.IGW_PROP_PROGRAM_ADDRESSES
Subobject Name:
Status: VALID


IGW_PROP_PROGRAM_ADDRESSES stores mailing addresses for the proposal. The number of proposal copies to be submitted and other mailing details are also stored.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGW_PROP_PGM_ADDRESSES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROPOSAL_ID
ColumnADDRESS_ID
IGW_PROP_PGM_ADDRESSES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROP_GRANTOR_ID
Columns
Name Datatype Length Mandatory Comments
PROPOSAL_ID NUMBER

Proposal identifier
ADDRESS_ID NUMBER (15) Yes Mailing address identifier.This gets populated only during the Internal Grantee mode. In the External Grantee mode this column will value of -1.
NUMBER_OF_COPIES NUMBER (3)
Number of proposal copies to be submitted to the mailing address
MAIL_DESCRIPTION VARCHAR2 (1000)
Mailing instructions or description
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
Yes Field for storing locking sequence number
PROP_PGM_ADDRESS_ID NUMBER (15)
Unique Identifier
PROP_GRANTOR_ID NUMBER (15)
Unique Identifier of the Grantor for a given proposal
PHONE_ID NUMBER

Phone identifier
CONTACT_ID NUMBER

Contact Identifier
ADDRESS VARCHAR2 (4000)
Address of the Grantor in the External Grantee mode
CONTACT_NAME VARCHAR2 (2000)
Name of the contact of the Grantor in the External Grantee mode
PHONE_NUMBER VARCHAR2 (2000)
Phone Number of the Grantor in the External Grantee mode
Query Text

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


SELECT PROPOSAL_ID
,      ADDRESS_ID
,      NUMBER_OF_COPIES
,      MAIL_DESCRIPTION
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      RECORD_VERSION_NUMBER
,      PROP_PGM_ADDRESS_ID
,      PROP_GRANTOR_ID
,      PHONE_ID
,      CONTACT_ID
,      ADDRESS
,      CONTACT_NAME
,      PHONE_NUMBER
FROM IGW.IGW_PROP_PROGRAM_ADDRESSES;

Dependencies

[top of page]

IGW.IGW_PROP_PROGRAM_ADDRESSES does not reference any database object

IGW.IGW_PROP_PROGRAM_ADDRESSES is referenced by following:

SchemaAPPS
SynonymIGW_PROP_PROGRAM_ADDRESSES