Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
APPROVAL ATTRIBUTES FOR CUSTOM TIME ATTRIBUTES
Summary
Steps to query BPM approval attributes for custom time attributesContent
Use Case:
Many Time and Labor implementations require us to create custom time attributes and often time card approvals are dependent on values stored in those custom time attributes. This document illustrates the specific set of steps to be performed to find approval attributes for custom time attributes.
The approval attribute for a custom time attribute gets generated usually after a sample time card is submitted.
SQL Used:
select ATTRIBUTE_NAME,ALLOCATED_COLUMN_NAME,LOCATION from HXT_TM_COL_ATTR_MAP where location like 'Approval'
Configuration Steps:
- Create custom time attribute as per customer’s requirement.
Tagged:
3