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


VIEW: APPS.IEX_CUST_INTERACTION_HISTORY_V

Object Details
Object Name: IEX_CUST_INTERACTION_HISTORY_V
Object Type: VIEW
Owner: APPS
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.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
INTERACTION_ID NUMBER (15) Yes
CUST_ACCOUNT_ID NUMBER

START_DATE_TIME DATE

RESOURCE_NAME VARCHAR2 (360)
DISPUTED VARCHAR2 (1)
PAYMENT_MADE VARCHAR2 (1)
CORRESPONDENCE_SENT VARCHAR2 (1)
PROMISE_TO_PAY VARCHAR2 (1)
ADJUSTED VARCHAR2 (1)
PARTY_ID NUMBER

Query Text

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


SELECT INTERACTION_ID
,      CUST_ACCOUNT_ID
,      START_DATE_TIME
,      RESOURCE_NAME
,      DISPUTED
,      PAYMENT_MADE
,      CORRESPONDENCE_SENT
,      PROMISE_TO_PAY
,      ADJUSTED
,      PARTY_ID
FROM APPS.IEX_CUST_INTERACTION_HISTORY_V;

Dependencies

[top of page]

APPS.IEX_CUST_INTERACTION_HISTORY_V references the following:

SchemaAPPS
SynonymJTF_IH_ACTIVITIES
SynonymJTF_IH_INTERACTIONS
ViewJTF_RS_RESOURCE_EXTNS_VL

APPS.IEX_CUST_INTERACTION_HISTORY_V is not referenced by any database object