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


VIEW: APPS.PA_ONLINE_LOCATIONS_V

Object Details
Object Name: PA_ONLINE_LOCATIONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_ONLINE_LOCATIONS_V
Subobject Name:
Status: VALID

[View Source]

Columns
Name Datatype Length Mandatory Comments
LOCATION_ID NUMBER (15) Yes HR location identifier
LOCATION_CODE VARCHAR2 (60) Yes Name of the location
LOCATION_DESCRIPTION VARCHAR2 (240)
Description of the location
INACTIVE_DATE DATE

Date after which this location is invalid
Query Text

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


SELECT LOCATION_ID
,      LOCATION_CODE
,      LOCATION_DESCRIPTION
,      INACTIVE_DATE
FROM APPS.PA_ONLINE_LOCATIONS_V;

Dependencies

[top of page]

APPS.PA_ONLINE_LOCATIONS_V references the following:

SchemaAPPS
PL/SQL PackageHR_GENERAL - show dependent code
ViewHR_LOCATIONS

APPS.PA_ONLINE_LOCATIONS_V is not referenced by any database object