InterviewSolution
| 1. |
What Are Date Track Modes Available In Oracle Hrms? |
|
Answer» To maintain employee data effectively ORACLE HCM is using a mechanism called date TRACKING. The main motive behind the date track MODE is to maintain past, present and future data effectively. UPDATE Date Track Modes: The various update date track modes are: CORRECTION: Over writes the data. No history will maintain. UPDATE: Keeps the history and new change will affect as of effective date UPDATE_CHANGE_INSERT: Inserts the record and preserves the future UPDATE_OVERRIDE: Inserts the record and overrides the future Delete Date Track Modes: The various delete date track modes are: PURGE: wipes all records DELETE: Deletes CURRENT record FUTURE_CHANGE: Deletes current and future changes. DELETE_NEXT_CHANGE: Deletes next change Options appearing on Application Level: When you actually execute a scenario and try to delete a record, following options appear on screen
To maintain employee data effectively Oracle HCM is using a mechanism called date tracking. The main motive behind the date track mode is to maintain past, present and future data effectively. Update Date Track Modes: The various update date track modes are: CORRECTION: Over writes the data. No history will maintain. UPDATE: Keeps the history and new change will affect as of effective date UPDATE_CHANGE_INSERT: Inserts the record and preserves the future UPDATE_OVERRIDE: Inserts the record and overrides the future Delete Date Track Modes: The various delete date track modes are: PURGE: wipes all records DELETE: Deletes current record FUTURE_CHANGE: Deletes current and future changes. DELETE_NEXT_CHANGE: Deletes next change Options appearing on Application Level: When you actually execute a scenario and try to delete a record, following options appear on screen |
|