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


VIEW: APPS.MRPFV_BILL_OF_RESOURCES

Object Details
Object Name: MRPFV_BILL_OF_RESOURCES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewMRP.MRPFV_BILL_OF_RESOURCES
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


This shows bill of resources and associated descriptions.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_CODE VARCHAR2 (3)
Organization code
ORGANIZATION_NAME VARCHAR2 (240) Yes Organization name
BILL_OF_RESOURCES VARCHAR2 (10) Yes Bill of resource identifier
DESCRIPTION VARCHAR2 (50)
Description about the bill of resource
INACTIVE_DATE DATE

The date on which to disable the bill of resource
_DF CHAR (33)
Descriptive flexfield
ORGANIZATION_ID NUMBER
Yes Organization identifier
LAST_UPDATE_DATE DATE
Yes Date on which the row was last updated
LAST_UPDATED_BY NUMBER
Yes User identifier who updated the row last
CREATION_DATE DATE
Yes Date on which the row was created
CREATED_BY NUMBER
Yes User identifier who created the row
Query Text

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


SELECT ORGANIZATION_CODE
,      ORGANIZATION_NAME
,      BILL_OF_RESOURCES
,      DESCRIPTION
,      INACTIVE_DATE
,      _DF
,      ORGANIZATION_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
FROM APPS.MRPFV_BILL_OF_RESOURCES;

Dependencies

[top of page]

APPS.MRPFV_BILL_OF_RESOURCES references the following:

SchemaAPPS
SynonymCRP_BILLS_OF_RESOURCES
SynonymHR_ALL_ORGANIZATION_UNITS
SynonymMTL_PARAMETERS

APPS.MRPFV_BILL_OF_RESOURCES is not referenced by any database object