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.
Query to get costing and Element link
Summary
SQL Query to get costing segment columns and element link name columnContent
Hi All,
I want to pull the costing segments along with credit, debit amounts and element link name column. I have developed a query as shown below but gives me duplicates and not the correct credit, debit amounts. Can someone please check this query and correct if I have to add any table or join in it.
SELECT DISTINCT
A.ELE_NAME,
A.ELE_CLASS,
A.ELE_ELIG_NAME,
A.COST_Charging_Dept,
A.COST_Charge_To_Dept,
A.OFFSET_Charging_Dept,
A.OFFSET_Charge_To_Dept,
Tagged:
0