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


VIEW: APPS.CSF_M_EMPLOYEES_V

Object Details
Object Name: CSF_M_EMPLOYEES_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

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


This view contains information about the employees


[View Source]

Columns
Name Datatype Length Mandatory Comments
ACCESS_ID NUMBER
Yes The Unique Access Identifier
RESOURCE_ID NUMBER
Yes The Resource or agent identifier
RESOURCE_NUMBER VARCHAR2 (30) Yes Resource Number
PERSON_ID NUMBER (10) Yes Person Identifier
FULL_NAME VARCHAR2 (360)
Full Name
USERNAME VARCHAR2 (100) Yes User Name
LANGUAGE VARCHAR2 (4000)
Language
MOBILE_NAME VARCHAR2 (4000)
Mobile Name
ORG_ID NUMBER

Org Identifier
ORGANIZATION_ID NUMBER

Organisation Identifier
USER_ID NUMBER

The unique User Identifier
Query Text

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


SELECT ACCESS_ID
,      RESOURCE_ID
,      RESOURCE_NUMBER
,      PERSON_ID
,      FULL_NAME
,      USERNAME
,      LANGUAGE
,      MOBILE_NAME
,      ORG_ID
,      ORGANIZATION_ID
,      USER_ID
FROM APPS.CSF_M_EMPLOYEES_V;

Dependencies

[top of page]

APPS.CSF_M_EMPLOYEES_V references the following:

SchemaAPPS
PL/SQL PackageASG_BASE - show dependent code
PL/SQL PackageCSM_PROFILE_PKG - show dependent code
SynonymCSM_RS_RESOURCE_EXTNS_ACC
SynonymFND_USER
SynonymJTF_RS_RESOURCE_EXTNS
SynonymPER_ALL_PEOPLE_F

APPS.CSF_M_EMPLOYEES_V is not referenced by any database object