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.
SQL Code to Extract Setup Grade Rates with Grade Name
Summary
SQL Code to Extract Setup Grade Rates with Grade NameContent
Team,
I have a similar requirement.
I am trying to fetch the setup data of Grade Rates with Grade name.
Navigation:
My Client Group>Work Structure> Manage Grade Rates
I was working on the below query. However, I could not join the Grade Name in this query.
Select PRFV.RATE_ID
, PRFV.EFFECTIVE_START_DATE
, PRFV.EFFECTIVE_END_DATE
, PRFV.LEGISLATION_CODE
, PRFV.RATE_TYPE
, PRFV.RATE_OBJECT_TYPE
, PRFV.RATE_UOM
, PRFV.RATE_FREQUENCY
, PRFV.ANNUALIZATION_FACTOR
, PRFV.CURRENCY_CODE
, PRFV.ACTIVE_STATUS
, PRVF.RATE_OBJECT_ID
Tagged:
0