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


VIEW: APPS.BOMBV_ALTERNATE_BOM_CODES

Object Details
Object Name: BOMBV_ALTERNATE_BOM_CODES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBOM.BOMBV_ALTERNATE_BOM_CODES
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


This shows codes(designators) which can be used to define alternate
routings and bills of material for items.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ALTERNATE_DESIGNATOR_CODE VARCHAR2 (10)
Alternate designator identifier
ORGANIZATION_CODE VARCHAR2 (3)
Organization code
ORGANIZATION_NAME VARCHAR2 (240) Yes Name of the organization
DESCRIPTION VARCHAR2 (240)
Description of the alternate designator
INACTIVE_DATE DATE

Date inactive
ORGANIZATION_ID NUMBER
Yes Organization identifier
UPDATED_ON DATE
Yes Standard Who column
UPDATED_BY NUMBER
Yes Standard Who column
CREATED_ON DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
Query Text

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


SELECT ALTERNATE_DESIGNATOR_CODE
,      ORGANIZATION_CODE
,      ORGANIZATION_NAME
,      DESCRIPTION
,      INACTIVE_DATE
,      ORGANIZATION_ID
,      UPDATED_ON
,      UPDATED_BY
,      CREATED_ON
,      CREATED_BY
FROM APPS.BOMBV_ALTERNATE_BOM_CODES;

Dependencies

[top of page]

APPS.BOMBV_ALTERNATE_BOM_CODES references the following:

SchemaAPPS
SynonymBOM_ALTERNATE_DESIGNATORS
SynonymHR_ALL_ORGANIZATION_UNITS
SynonymMTL_PARAMETERS

APPS.BOMBV_ALTERNATE_BOM_CODES is not referenced by any database object