[Home] [Help]
[Dependency Information]
| Object Name: | JTF_FM_RESUBMITTED |
|---|---|
| Object Type: | TABLE |
| Owner: | JTF |
| FND Design Data: | JTF.JTF_FM_RESUBMITTED
|
| Subobject Name: | |
| Status: | VALID |
Table that holds the information about Resubmitted requests
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARENT_REQ_ID | NUMBER | The Parent_request_id. (Original reques_id that was resubmitted) | ||
| JOB_ID | NUMBER | The job_id within the original request that was resubmitted. If this column is null then the entirre request was resubmitted. | ||
| REQUEST_ID | NUMBER | The new request_id that was generated when the parent_request was resubmitted. | ||
| CREATED_BY | NUMBER | Standard Audit columns: Created By | ||
| CREATION_DATE | DATE | Creation date | ||
| LAST_UPDATED_BY | NUMBER | Last Updated By | ||
| LAST_UPDATE_DATE | DATE | Last Updated Date | ||
| LAST_UPDATE_LOGIN | NUMBER | Last Updated Login. |
Cut, paste (and edit) the following text to query this object:
SELECT PARENT_REQ_ID
, JOB_ID
, REQUEST_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM JTF.JTF_FM_RESUBMITTED;
JTF.JTF_FM_RESUBMITTED does not reference any database object
JTF.JTF_FM_RESUBMITTED is referenced by following:
JTF
JTF_FM_RESUBMITTED#
|
|
|
|