[Home] [Help]
[Dependency Information]
| Object Name: | AHL_SPACE_ORG_DETAILS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AHL.AHL_SPACE_ORG_DETAILS_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| 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 |
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;
APPS
AHL_SPACES_VL
BOM_DEPARTMENTS
HR_ALL_ORGANIZATION_UNITS
APPS.AHL_SPACE_ORG_DETAILS_V is not referenced by any database object
|
|
|
|