[Home] [Help]
[Dependency Information]
| Object Name: | BIS_ORGANIZATIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BIS.BIS_ORGANIZATIONS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
BIS inventory organization view with security informaiton.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | VARCHAR2 | (40) | Organization ID. | |
| VALUE | VARCHAR2 | (240) | Yes | Organization Name. |
| RESPONSIBILITY_ID | NUMBER | Responsibility ID. | ||
| EAM_ENABLED_FLAG | VARCHAR2 | (1) | Enterprise Asset Management Enabled Flag: Y = Yes, N = No. |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, VALUE
, RESPONSIBILITY_ID
, EAM_ENABLED_FLAG
FROM APPS.BIS_ORGANIZATIONS_V;
APPS
FND_GLOBAL
- show dependent code
HR_ALL_ORGANIZATION_UNITS_TL
MTL_PARAMETERS
ORG_ACCESS
APPS
OPI_DBI_MFG_JOB_DTL_PKG
- show dependent code
OPI_DBI_MTL_VAR_JOB_DTL_PKG
- show dependent code
OPI_DBI_OPEN_JOB_DTL_PKG
- show dependent code
OPI_DBI_RES_EFF_JOB_DTL_PKG
- show dependent code
OPI_DBI_RES_VAR_JOB_DTL_PKG
- show dependent code
OPI_DBI_SCRAP_JOB_DTL_PKG
- show dependent code
|
|
|
|