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


VIEW: APPS.INVBV_ABC_CLASSES

Object Details
Object Name: INVBV_ABC_CLASSES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewINV.INVBV_ABC_CLASSES
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


This shows information about ABC classes. ABC Class is a category under which items with similar metrics are put together.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ABC_CLASS_ID NUMBER
Yes
ABC_CLASS_NAME VARCHAR2 (40) Yes
ORGANIZATION_ID NUMBER
Yes
DESCRIPTION VARCHAR2 (50)

INACTIVE_DATE DATE


CREATED_BY NUMBER
Yes
CREATION_DATE DATE
Yes
LAST_UPDATED_BY NUMBER
Yes
LAST_UPDATE_DATE DATE
Yes
Query Text

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


SELECT ABC_CLASS_ID
,      ABC_CLASS_NAME
,      ORGANIZATION_ID
,      DESCRIPTION
,      INACTIVE_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.INVBV_ABC_CLASSES;

Dependencies

[top of page]

APPS.INVBV_ABC_CLASSES references the following:

SchemaAPPS
SynonymMTL_ABC_CLASSES

APPS.INVBV_ABC_CLASSES is not referenced by any database object