[Home] [Help]
[Dependency Information]
| Object Name: | MSC_INT_SOURCE2 |
|---|---|
| Object Type: | TABLE |
| Owner: | MSC |
| FND Design Data: | MSC.MSC_INT_SOURCE2
|
| Subobject Name: | |
| Status: | VALID |
MSC.MSC_INT_SOURCE2 is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$SESSION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ITEM_CODE | VARCHAR2 | (32) | ||
| BRANCH_CODE | VARCHAR2 | (32) | ||
| ENABLE_DATE | DATE | |||
| DISABLE_DATE | DATE |
Cut, paste (and edit) the following text to query this object:
SELECT ITEM_CODE
, BRANCH_CODE
, ENABLE_DATE
, DISABLE_DATE
FROM MSC.MSC_INT_SOURCE2;
MSC.MSC_INT_SOURCE2 does not reference any database object
MSC.MSC_INT_SOURCE2 is referenced by following:
APPS
MSC_INT_SOURCE2
|
|
|
|