1. Oracle Fusion Global Human Resources Cloud Implementing Time and Labor (Release 22D)
Chapter 6: Time Rules
Section: Overview of Time Rules.
This section explicitly states
"Time entry rules validate time entries when workers save or submit their time card... You can also use them to validate entries on a time collection device." This confirms that TER is the correct rule type for validation on save. It also defines the other rule types (TSR
TCR
TDR)
confirming why they are incorrect for this scenario.
2. Oracle Fusion Global Human Resources Cloud Implementing Time and Labor (Release 22D)
Chapter 6: Time Rules
Section: Time Entry Rule Components.
This section details the required components: "A time entry rule has these components: a formula to determine if the time entry is valid
a rule template to create the messages... a rule that links the formula and template
and a rule set that includes the rule." This directly supports the configuration steps outlined in the correct answer (A).
3. Oracle Fusion HCM Cloud Fast Formula Reference Guide (Release 13)
Section: Formulas for Time and Labor.
This guide provides details on creating formulas for Time and Labor. It describes the use of Database Items (DBIs) and functions to retrieve information
such as schedule details
within a formula. The concept of calling a pre-built or custom subroutine/function for specific validation logic
as described in option A
is a standard practice illustrated in this documentation. For example
it lists delivered formulas like WFMSCHEDULEVIOLATIONFORMULA which exemplifies this pattern.