[Home] [Help]
[Dependency Information]
| Object Name: | CSC_CUSTOMERS_EMPLOYEES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
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
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT PARTY_ID
, PARTY_NAME
, TYPE
FROM APPS.CSC_CUSTOMERS_EMPLOYEES_V;
APPS
HR_GENERAL
- show dependent code
HR_PERSON_NAME
- show dependent code
HR_SECURITY
- show dependent code
HZ_PARTIES
PER_WORKFORCE_CURRENT_X
APPS.CSC_CUSTOMERS_EMPLOYEES_V is not referenced by any database object
|
|
|
|