Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
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.
Change Amount and Annual Salary in HCM Extract
Summary
Change Amount and Annual Salary in HCM ExtractContent
Hi All,
We have the below 2 columns created in a BIP SQL Query report.
1. For ANNUAL_FT_SALARY, in the SQL Query we have used , "CMP_FF_DBI_PKG.GET_ANNUAL_FT_SALARY_AMOUNT(PAAF.ASSIGNMENT_ID, SYSDATE)"
2. For CHANGE_AMOUNT, in SQL Query we have used the below content to get the change amount.
(SELECT SUM(CSC.CHANGE_AMOUNT)
FROM CMP_SALARY_COMPONENTS CSC ,CMP_SALARY_BASES CSB, CMP_SALARY CS1
WHERE CSC.COMPONENT_REASON_CODE <> 'LB_BASE_PAY'
AND CS1.ASSIGNMENT_ID = CS.ASSIGNMENT_ID
AND CS1.SALARY_BASIS_ID = CSB.SALARY_BASIS_ID
1