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


VIEW: APPS.MST_ALL_PARTIES_V

Object Details
Object Name: MST_ALL_PARTIES_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
PARTY_ID NUMBER (15) Yes Customer ID. FK to CUST_ACCOUNT_ID of HZ_CUST_ACCOUNTS.
PARTY_NAME VARCHAR2 (360) Yes Customer name
ACCOUNT_NUMBER VARCHAR2 (30) Yes Customer Account Number.
Query Text

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


SELECT PARTY_ID
,      PARTY_NAME
,      ACCOUNT_NUMBER
FROM APPS.MST_ALL_PARTIES_V;

Dependencies

[top of page]

APPS.MST_ALL_PARTIES_V references the following:

SchemaAPPS
SynonymHZ_CUST_ACCOUNTS
SynonymHZ_PARTIES

APPS.MST_ALL_PARTIES_V is not referenced by any database object