[Home] [Help]
[Dependency Information]
| Object Name: | HR_PSFT_SYNC_RUN |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| Subobject Name: | |
| Status: | VALID |
HR_PSFT_SYNC_RUN stores the status of the Full Sync and RIR Concurrent Program for HR Help Desk.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RUN_DATE | DATE | HR HelpDesk Concurrent Programs Run Date. | ||
| STATUS | VARCHAR2 | (20) | Status Of the Concurrent Program. | |
| PROCESS | VARCHAR2 | (50) | Process Name eg LOCN_DELTA_SYNC,PERSON_FULL_SYNC. |
Cut, paste (and edit) the following text to query this object:
SELECT RUN_DATE
, STATUS
, PROCESS
FROM HR.HR_PSFT_SYNC_RUN;
HR.HR_PSFT_SYNC_RUN does not reference any database object
HR.HR_PSFT_SYNC_RUN is referenced by following:
APPS
HR_PSFT_SYNC_RUN
|
|
|
|