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


VIEW: APPS.BOM_STD_OP_RESP_EXCL_V

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

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row identifier
RESPONSIBILITY_ID NUMBER
Yes Responsibility id
APPLICATION_ID NUMBER
Yes Application to which current responsibility belongs to
STANDARD_OPERATION_ID NUMBER
Yes Standard operation id
RESPONSIBILITY_NAME VARCHAR2 (100) Yes Responsibility name
DESCRIPTION VARCHAR2 (240)
Responsibility description
LAST_UPDATE_DATE DATE
Yes Standard WHO column
LAST_UPDATED_BY NUMBER
Yes Standard WHO column
CREATION_DATE DATE
Yes Standard WHO column
CREATED_BY NUMBER
Yes Standard WHO column
LAST_UPDATE_LOGIN NUMBER

Standard WHO column
Query Text

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


SELECT ROW_ID
,      RESPONSIBILITY_ID
,      APPLICATION_ID
,      STANDARD_OPERATION_ID
,      RESPONSIBILITY_NAME
,      DESCRIPTION
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM APPS.BOM_STD_OP_RESP_EXCL_V;

Dependencies

[top of page]

APPS.BOM_STD_OP_RESP_EXCL_V references the following:

SchemaAPPS
SynonymBOM_STD_OP_RESP_EXCLUSIONS
ViewFND_RESPONSIBILITY_VL

APPS.BOM_STD_OP_RESP_EXCL_V is not referenced by any database object