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


TABLE: OSM.AS_CONTACT_FAMILY

Object Details
Object Name: AS_CONTACT_FAMILY
Object Type: TABLE
Owner: OSM
FND Design Data: TableAS.AS_CONTACT_FAMILY
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AS_CONTACT_FAMILY_MATTERS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnCONTACT_ID
Columns
Name Datatype Length Mandatory Comments
FAMILY_ID NUMBER
Yes Family member Identifier.
CONTACT_ID NUMBER
Yes Contact identifier.
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column.
CREATED_BY NUMBER
Yes Standard who column.
LAST_UPDATE_LOGIN NUMBER
Yes Standard who column.
NAME VARCHAR2 (240) Yes Family members name.
RELATION VARCHAR2 (80)
Relationship code describing the relatives relation with the contact. Like, Son, Daughter, etc.
EVENT VARCHAR2 (240)
Event Code describing any special day for the relative. Like birthday, etc. Validated against 'CONTACT_FAMILY_EVENT' from as_lookups.
EVENT_DATE DATE

Special event date of the relative of the contact.
INTERNAL_UPGRADE_FAMILY_ID NUMBER

Column used to store new family_id which is party relationship id in hz_party_relationships generated from TCA module when doing migration.
Query Text

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


SELECT FAMILY_ID
,      CONTACT_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      NAME
,      RELATION
,      EVENT
,      EVENT_DATE
,      INTERNAL_UPGRADE_FAMILY_ID
FROM OSM.AS_CONTACT_FAMILY;

Dependencies

[top of page]

OSM.AS_CONTACT_FAMILY does not reference any database object

OSM.AS_CONTACT_FAMILY is referenced by following:

SchemaAPPS
SynonymAS_CONTACT_FAMILY