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


TABLE: IGI.IGI_RA_ADDRESSES_ALL

Object Details
Object Name: IGI_RA_ADDRESSES_ALL
Object Type: TABLE
Owner: IGI
FND Design Data: TableIGI.IGI_RA_ADDRESSES_ALL
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


IGI_AP_INVOICES is a multi org view which displays records contained in the extended table IGI_AP_INVOICES_ALL.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGI_RA_ADDRESSES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnADDRESS_ID
Columns
Name Datatype Length Mandatory Comments
ADDRESS_ID NUMBER (15) Yes Customer address identifier. This is related to a customer site in receivables.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
STP_COMMON_REF VARCHAR2 (100)
Single third party common site reference
STP_ALT_ADDR VARCHAR2 (560)
Single third party alternative address
STP_SUPPLIER VARCHAR2 (25)
Single third party supplier site status indicator.
STP_SITE_INACTIVE_DATE DATE

Single third party site inactive date
ORG_ID NUMBER

Organization identifier
Query Text

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


SELECT ADDRESS_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      STP_COMMON_REF
,      STP_ALT_ADDR
,      STP_SUPPLIER
,      STP_SITE_INACTIVE_DATE
,      ORG_ID
FROM IGI.IGI_RA_ADDRESSES_ALL;

Dependencies

[top of page]

IGI.IGI_RA_ADDRESSES_ALL does not reference any database object

IGI.IGI_RA_ADDRESSES_ALL is referenced by following:

SchemaAPPS
SynonymIGI_RA_ADDRESSES
SynonymIGI_RA_ADDRESSES_ALL