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


VIEW: APPS.AHL_SPACE_ORG_DETAILS_V

Object Details
Object Name: AHL_SPACE_ORG_DETAILS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAHL.AHL_SPACE_ORG_DETAILS_V
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

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
SPACE_ID NUMBER
Yes Unique identifier for space id
SPACE_NAME VARCHAR2 (80) Yes Unique identifier for space name
BOM_DEPARTMENT_ID NUMBER
Yes Identifier for department id, Foreign key to BOM_DEPARTMENTS
ORGANIZATION_ID NUMBER
Yes Identifier for organization id, Foreign key to HR_ALL_ORGANIZATION_UNITS
DEPT_DESCRIPTION VARCHAR2 (240)
Identifier for department description, Name from BOM_DEPARTMENTS
ORG_NAME VARCHAR2 (240) Yes Identifier for organization name
ORGANIZATION_CODE VARCHAR2 (0)
Identifier for organization code
Query Text

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


SELECT SPACE_ID
,      SPACE_NAME
,      BOM_DEPARTMENT_ID
,      ORGANIZATION_ID
,      DEPT_DESCRIPTION
,      ORG_NAME
,      ORGANIZATION_CODE
FROM APPS.AHL_SPACE_ORG_DETAILS_V;

Dependencies

[top of page]

APPS.AHL_SPACE_ORG_DETAILS_V references the following:

SchemaAPPS
ViewAHL_SPACES_VL
SynonymBOM_DEPARTMENTS
SynonymHR_ALL_ORGANIZATION_UNITS

APPS.AHL_SPACE_ORG_DETAILS_V is not referenced by any database object