[Home] [Help]
[Dependency Information]
Object Name: | PA_ONLINE_LOCATIONS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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 |
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;
APPS.PA_ONLINE_LOCATIONS_V is not referenced by any database object
|
|
|