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


VIEW: APPS.OKX_CUST_ACCT_RELATE_ALL_V

Object Details
Object Name: OKX_CUST_ACCT_RELATE_ALL_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKX.OKX_CUST_ACCT_RELATE_ALL_V
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
CUST_ACCOUNT_ID NUMBER (15) Yes ID of first customer account in relationship. FK to HZ_CUST_ACCOUNTS_ALL
RELATED_CUST_ACCOUNT_ID NUMBER (15) Yes ID of second customer account in relationship. FK to HZ_CUST_ACCOUNTS_ALL
RELATIONSHIP_TYPE VARCHAR2 (30)
Revenue Accounting code for 'RELATIONSHIP_TYPE'
CUSTOMER_RECIPROCAL_FLAG VARCHAR2 (1) Yes Y or N indicates whether this relationship is reciprocal
STATUS VARCHAR2 (1) Yes Customer relationship status flag; lookup code for 'CODE_STATUS'
ORG_ID NUMBER (15)
Operating Unit Identifier
Query Text

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


SELECT CUST_ACCOUNT_ID
,      RELATED_CUST_ACCOUNT_ID
,      RELATIONSHIP_TYPE
,      CUSTOMER_RECIPROCAL_FLAG
,      STATUS
,      ORG_ID
FROM APPS.OKX_CUST_ACCT_RELATE_ALL_V;

Dependencies

[top of page]

APPS.OKX_CUST_ACCT_RELATE_ALL_V references the following:

SchemaAPPS
SynonymHZ_CUST_ACCT_RELATE_ALL
APPS.OKX_CUST_ACCT_RELATE_ALL_V is referenced by following:

SchemaAPPS
Package BodyOKS_AUTH_UTIL_PVT - show dependent code