Hi Team,
I need to create a stored procedure and do find out the final amount for each fund_id.Expecting around 500 fund_id.Please find the below scenarios and help to see how i can achieve this.
Using oracle version 12.1.0
Create Table AVERAGE_BALANCE(
FUND_ID NUMBER
GL_CODE VARCHAR
TL_DT...