[Home] [Help]
[Dependency Information]
| Object Name: | BOM_STD_OP_RESP_EXCL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BOM.BOM_STD_OP_RESP_EXCL_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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 |
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;
APPS
BOM_STD_OP_RESP_EXCLUSIONS
FND_RESPONSIBILITY_VL
APPS.BOM_STD_OP_RESP_EXCL_V is not referenced by any database object
|
|
|
|