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


VIEW: APPS.INVFV_ABC_CLASSES

Object Details
Object Name: INVFV_ABC_CLASSES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewINV.INVFV_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
ORGANIZATION_CODE VARCHAR2 (3)

ORGANIZATION_NAME VARCHAR2 (240) 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
,      ORGANIZATION_CODE
,      ORGANIZATION_NAME
,      DESCRIPTION
,      INACTIVE_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.INVFV_ABC_CLASSES;

Dependencies

[top of page]

APPS.INVFV_ABC_CLASSES references the following:

SchemaAPPS
SynonymHR_ALL_ORGANIZATION_UNITS
SynonymMTL_ABC_CLASSES
SynonymMTL_PARAMETERS

APPS.INVFV_ABC_CLASSES is not referenced by any database object