[Home] [Help]
[Dependency Information]
| Object Name: | BIS_PROCESS_MFG_ORGS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BIS.BIS_PROCESS_MFG_ORGS_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | VARCHAR2 | (4) | Yes | |
| VALUE | VARCHAR2 | (40) | Yes | |
| CO_CODE | VARCHAR2 | (4) | Yes | |
| ORGN_CODE | VARCHAR2 | (4) | Yes | |
| ORGN_NAME | VARCHAR2 | (40) | Yes | |
| PLANT_IND | NUMBER | (5) | Yes | |
| RESPONSIBILITY_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, VALUE
, CO_CODE
, ORGN_CODE
, ORGN_NAME
, PLANT_IND
, RESPONSIBILITY_ID
FROM APPS.BIS_PROCESS_MFG_ORGS_V;
APPS
PMI_SECURITY_PKG
- show dependent code
SY_ORGN_MST
APPS.BIS_PROCESS_MFG_ORGS_V is not referenced by any database object
|
|
|
|