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


VIEW: APPS.CSC_CUSTOMERS_EMPLOYEES_V

Object Details
Object Name: CSC_CUSTOMERS_EMPLOYEES_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


Joint View of Customers and Contacts from HZ_PARTIES and Employees from PER_EMPLOYEES_X


[View Source]

Columns
Name Datatype Length Mandatory Comments
PARTY_ID NUMBER

Person_id from per_workforce_current_x or party_Id from hz_parties
PARTY_NAME VARCHAR2 (360)
Party_Name from hz_parties or full_name from per_workforce_current_x
TYPE VARCHAR2 (8)
Signifies whether the record corresponds to PERSON / ORGANIZATION / PARTY_RELATIONSHIP / EMPLOYEE
Query Text

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


SELECT PARTY_ID
,      PARTY_NAME
,      TYPE
FROM APPS.CSC_CUSTOMERS_EMPLOYEES_V;

Dependencies

[top of page]

APPS.CSC_CUSTOMERS_EMPLOYEES_V references the following:

SchemaAPPS
PL/SQL PackageHR_GENERAL - show dependent code
PL/SQL PackageHR_PERSON_NAME - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
SynonymHZ_PARTIES
ViewPER_WORKFORCE_CURRENT_X

APPS.CSC_CUSTOMERS_EMPLOYEES_V is not referenced by any database object