[Home] [Help]
[Dependency Information]
| Object Name: | IBY_PROCESS_ORGS |
|---|---|
| Object Type: | TABLE |
| Owner: | IBY |
| FND Design Data: | IBY.IBY_PROCESS_ORGS
|
| Subobject Name: | |
| Status: | VALID |
Populated by build program - list of all orgs within any given PPR
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IBY_PROCESS_ORGS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
OBJECT_ID
OBJECT_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OBJECT_ID | NUMBER | (15) | Yes | Object identifier |
| OBJECT_TYPE | VARCHAR2 | (30) | Yes | Object type |
| ORG_TYPE | VARCHAR2 | (30) | Yes | Organization type |
| ORG_ID | NUMBER | (15) | Yes | Organization Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT OBJECT_ID
, OBJECT_TYPE
, ORG_TYPE
, ORG_ID
FROM IBY.IBY_PROCESS_ORGS;
IBY.IBY_PROCESS_ORGS does not reference any database object
IBY.IBY_PROCESS_ORGS is referenced by following:
IBY
IBY_PROCESS_ORGS#
|
|
|
|