[Home] [Help]
[Dependency Information]
| Object Name: | MSC_INT_APCC_ORG_DETAIL |
|---|---|
| Object Type: | TABLE |
| Owner: | MSC |
| FND Design Data: | MSC.MSC_INT_APCC_ORG_DETAIL
|
| Subobject Name: | |
| Status: | VALID |
MSC.MSC_INT_APCC_ORG_DETAIL 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 |
|---|---|---|---|---|
| PLAN_ID | NUMBER | |||
| SR_INSTANCE_ID | NUMBER | |||
| ORGANIZATION_ID | NUMBER | |||
| PERIOD_END | VARCHAR2 | (32) | ||
| FACILITY_COST | NUMBER | |||
| FACILITY_COST_TYPE | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT PLAN_ID
, SR_INSTANCE_ID
, ORGANIZATION_ID
, PERIOD_END
, FACILITY_COST
, FACILITY_COST_TYPE
FROM MSC.MSC_INT_APCC_ORG_DETAIL;
MSC.MSC_INT_APCC_ORG_DETAIL does not reference any database object
MSC.MSC_INT_APCC_ORG_DETAIL is referenced by following:
APPS
MSC_INT_APCC_ORG_DETAIL
|
|
|
|