[Home] [Help]
[Dependency Information]
| Object Name: | AMS_MTL_CATEGORIES_DENORM_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AMS.AMS_MTL_CATEGORIES_DENORM_VL
|
| 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 |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Unique identifier generated by the database | |
| CATEGORY_ID | NUMBER | Yes | Category Identifier | |
| STRUCTURE_ID | NUMBER | Yes | Structure identifier | |
| CONCATENATED_IDS | VARCHAR2 | (4000) | Concatenated identifiers of each category segment | |
| CONCATENATED_DESCRIPTION | VARCHAR2 | (4000) | Concatenated desription of each category segment |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, CATEGORY_ID
, STRUCTURE_ID
, CONCATENATED_IDS
, CONCATENATED_DESCRIPTION
FROM APPS.AMS_MTL_CATEGORIES_DENORM_VL;
APPS
AMS_MTL_CATEGORIES_DENORM_B
AMS_MTL_CATEGORIES_DENORM_TL
APPS
AMS_ACTPRODUCT_PVT
- show dependent code
|
|
|
|