[Home] [Help]
[Dependency Information]
Object Name: | BIS_ORGANIZATIONS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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.BIS_ORGANIZATIONS_V is not referenced by any database object
|
|
|