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


VIEW: APPS.PAY_FUNCTIONAL_AREAS_V

Object Details
Object Name: PAY_FUNCTIONAL_AREAS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPAY.PAY_FUNCTIONAL_AREAS_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
AREA_ID NUMBER (15) Yes
SHORT_NAME VARCHAR2 (60) Yes
DESCRIPTION VARCHAR2 (240)
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15)
Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
CREATED_BY NUMBER (15)
Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE

Standard who column - date when this row was created.
Query Text

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


SELECT ROW_ID
,      AREA_ID
,      SHORT_NAME
,      DESCRIPTION
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM APPS.PAY_FUNCTIONAL_AREAS_V;

Dependencies

[top of page]

APPS.PAY_FUNCTIONAL_AREAS_V references the following:

SchemaAPPS
SynonymPAY_FUNCTIONAL_AREAS

APPS.PAY_FUNCTIONAL_AREAS_V is not referenced by any database object