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


VIEW: APPS.OKE_CUSTOMER_ACCOUNTS_V

Object Details
Object Name: OKE_CUSTOMER_ACCOUNTS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKE.OKE_CUSTOMER_ACCOUNTS_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ID1 NUMBER (15) Yes Customer account unique identifier
ID2 CHAR (1)
Not currently used
PARTY_ID NUMBER (15) Yes Party unique identifier
NAME VARCHAR2 (360) Yes User-defined name for the customer account
DESCRIPTION VARCHAR2 (30) Yes Description of customer account
CUSTOMER_TYPE VARCHAR2 (30)
Receivables lookup code for the CUSTOMER_TYPE attribute.I - internal customersR - revenue generating external customers
B_STATUS VARCHAR2 (1) Yes Customer status flag
STATUS VARCHAR2 (1)
Status of customer account
COTERMINATE_DAY_MONTH VARCHAR2 (6)
Identifies the date when services ordered by the customer will end. Values for this column will take the form DD-MON.
ACCOUNT_ESTABLISHED_DATE DATE

Date this customer account is established
CUSTOMER_CLASS_CODE VARCHAR2 (30)
Customer class identifier
PRIMARY_UOM_CODE VARCHAR2 (0)
Not currently used
Query Text

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


SELECT ID1
,      ID2
,      PARTY_ID
,      NAME
,      DESCRIPTION
,      CUSTOMER_TYPE
,      B_STATUS
,      STATUS
,      COTERMINATE_DAY_MONTH
,      ACCOUNT_ESTABLISHED_DATE
,      CUSTOMER_CLASS_CODE
,      PRIMARY_UOM_CODE
FROM APPS.OKE_CUSTOMER_ACCOUNTS_V;

Dependencies

[top of page]

APPS.OKE_CUSTOMER_ACCOUNTS_V references the following:

SchemaAPPS
SynonymHZ_CUST_ACCOUNTS
SynonymHZ_PARTIES
APPS.OKE_CUSTOMER_ACCOUNTS_V is referenced by following:

SchemaAPPS
Package BodyOKE_AMG_GRP - show dependent code
Package BodyOKE_DELIVERABLE_PVT - show dependent code