[Home] [Help]
[Dependency Information]
| Object Name: | PA_TEMP_IMPORT_TASKS |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_TEMP_IMPORT_TASKS
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
PA.PA_TEMP_IMPORT_TASKS 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$TRANSACTION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROJECT_ID | NUMBER | Yes | ||
| TASK_REFERENCE | VARCHAR2 | (25) | Yes | Temporary Task reference value from import task |
| TASK_ID | NUMBER | |||
| TBL_COUNT | NUMBER | Index for the entries in PA_TEMP_IMPORT_TASKS |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_ID
, TASK_REFERENCE
, TASK_ID
, TBL_COUNT
FROM PA.PA_TEMP_IMPORT_TASKS;
PA.PA_TEMP_IMPORT_TASKS does not reference any database object
PA.PA_TEMP_IMPORT_TASKS is referenced by following:
APPS
PA_TEMP_IMPORT_TASKS
|
|
|
|