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


VIEW: APPS.JAI_CUSTOMERS_V

Object Details
Object Name: JAI_CUSTOMERS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewJA.JAI_CUSTOMERS_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
CUSTOMER_ID NUMBER (15) Yes Identifies the customer
CUSTOMER_NAME VARCHAR2 (360) Yes The name of the customer
CUSTOMER_NUMBER VARCHAR2 (30) Yes The customer number
STATUS VARCHAR2 (1)
The status of the customer
PARTY_ID NUMBER (15) Yes The party ID of the customer
PARTY_TYPE VARCHAR2 (30) Yes The party type of the customer
Query Text

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


SELECT CUSTOMER_ID
,      CUSTOMER_NAME
,      CUSTOMER_NUMBER
,      STATUS
,      PARTY_ID
,      PARTY_TYPE
FROM APPS.JAI_CUSTOMERS_V;

Dependencies

[top of page]

APPS.JAI_CUSTOMERS_V references the following:

SchemaAPPS
SynonymHZ_CUST_ACCOUNTS
SynonymHZ_PARTIES
APPS.JAI_CUSTOMERS_V is referenced by following:

SchemaAPPS
ViewJAI_AP_MANUAL_AEL_V
ViewJAI_PO_REC_RMA_AEL_V
ViewJAI_PO_REC_VENDOR_AEL_V