Equivalent table/view of GMS_BALANCES from EBS in Oracle Cloud
Summary:
I am not able to find equivalent table for GMS_BALANCES from EBS. I had an interface which fetched period to date values from eBS (mentioned below) but not able to do the same in Oracle Cloud.
Content (required):
Version (include the version you are using, if applicable):
22D
Code Snippet (add any code snippets that support your topic, if applicable):
select
ACTUAL_PERIOD_TO_DATE,
REVENUE_PERIOD_TO_DATE,
BUDGET_PERIOD_TO_DATE,
ENCUMB_PERIOD_TO_DATE
from gms_balances
Tagged:
0