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


TABLE: IGS.IGS_AD_REL_CON_INT_ALL

Object Details
Object Name: IGS_AD_REL_CON_INT_ALL
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_AD_REL_CON_INT_ALL
Subobject Name:
Status: VALID


Contains Contact details of relatives for each person to be imported into the HZ_CONTACT_POINTS table by the Admission Import process.
Scope: public
Product: IGS
Lifecycle: active
Display Name: Import Person Relations Contact Detail
Category: BUSINESS_ENTITY HZ_PERSON


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_AD_REL_CON_INT_ALL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnINTERFACE_RUN_ID
IGS_AD_REL_CON_INT_ALL_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnSTATUS
IGS_AD_REL_CON_INT_ALL_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnINTERFACE_RELATIONS_ID
IGS_AD_REL_CON_INT_ALL_U1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnINTERFACE_REL_CON_ID
Columns
Name Datatype Length Mandatory Comments
ORG_ID NUMBER (15)
Operating unit identifier
INTERFACE_REL_CON_ID NUMBER (15) Yes A unique identifier to identify each relation contact details record. This ID should be populated when the rows are inserted into this table.
INTERFACE_RELATIONS_ID NUMBER (15) Yes A unique identifier assigned to identify each row of the master interface table contents.
CONTACT_POINT_TYPE VARCHAR2 (30)
Represents the type of contact like Email, Phone
EMAIL_ADDRRESS VARCHAR2 (2000)
E-Mail address of the relation, for example, [email protected].
EMAIL_FORMAT VARCHAR2 (30)
Indicates the preferred format for the email addressed to this address, for example, 'HTML', 'ASCII'
PRIMARY_FLAG VARCHAR2 (1)
Primary flag
PHONE_LINE_TYPE VARCHAR2 (30)
Indicates the phone line type, for example, Fax, General, Inbound Watts and others.
PHONE_COUNTRY_CODE VARCHAR2 (10)
Country code for international phone numbers
PHONE_AREA_CODE VARCHAR2 (10)
The area code within a country code
PHONE_NUMBER VARCHAR2 (40)
Phone number
PHONE_EXTENSION VARCHAR2 (20)
Extension number
STATUS VARCHAR2 (1) Yes Status of the record, imported, pending, error or warning
MATCH_IND VARCHAR2 (2)
Match indicator
ERROR_CODE VARCHAR2 (30)
Error code of the record
DUP_CONTACT_POINT_ID NUMBER (15)
Duplicate contact point identifier
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
REQUEST_ID NUMBER (15)
Request identifier of last concurrent program to update this record
PROGRAM_APPLICATION_ID NUMBER (15)
Application identifier of last concurrent program to update this record
PROGRAM_ID NUMBER (15)
Program identifier of last concurrent program to update this record
PROGRAM_UPDATE_DATE DATE

Last update date of this record by a concurrent program
INTERFACE_RUN_ID NUMBER (15)
Unique identifier to associate the interface record processing with an instance of the Import Process Run. This column will be populated by the Logic in the Import process, and should not be populated by the user
Query Text

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


SELECT ORG_ID
,      INTERFACE_REL_CON_ID
,      INTERFACE_RELATIONS_ID
,      CONTACT_POINT_TYPE
,      EMAIL_ADDRRESS
,      EMAIL_FORMAT
,      PRIMARY_FLAG
,      PHONE_LINE_TYPE
,      PHONE_COUNTRY_CODE
,      PHONE_AREA_CODE
,      PHONE_NUMBER
,      PHONE_EXTENSION
,      STATUS
,      MATCH_IND
,      ERROR_CODE
,      DUP_CONTACT_POINT_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      INTERFACE_RUN_ID
FROM IGS.IGS_AD_REL_CON_INT_ALL;

Dependencies

[top of page]

IGS.IGS_AD_REL_CON_INT_ALL does not reference any database object

IGS.IGS_AD_REL_CON_INT_ALL is referenced by following:

SchemaAPPS
SynonymIGS_AD_REL_CON_INT_ALL