[Home] [Help]
[Dependency Information]
Object Name: | MSC_INT_TRANSFER_ORDER |
---|---|
Object Type: | TABLE |
Owner: | MSC |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
MSC.MSC_INT_TRANSFER_ORDER 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 |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
MSC_TRANSFER_ORDER_PK | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
OI__TRANSFER_ORDER_CODE | VARCHAR2 | (100) | Yes | |
OI__ORIGIN_BRANCH_CODE | VARCHAR2 | (100) | ||
OI__DESTINATION_BRANCH_CODE | VARCHAR2 | (100) |
Cut, paste (and edit) the following text to query this object:
SELECT OI__TRANSFER_ORDER_CODE
, OI__ORIGIN_BRANCH_CODE
, OI__DESTINATION_BRANCH_CODE
FROM MSC.MSC_INT_TRANSFER_ORDER;
MSC.MSC_INT_TRANSFER_ORDER does not reference any database object
MSC.MSC_INT_TRANSFER_ORDER is referenced by following:
|
|
|