[Home] [Help]
[Dependency Information]
| Object Name: | OKX_CUST_ACCT_RELATE_ALL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKX.OKX_CUST_ACCT_RELATE_ALL_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| 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 |
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;
APPS
HZ_CUST_ACCT_RELATE_ALL
APPS
OKS_AUTH_UTIL_PVT
- show dependent code
|
|
|
|