Hi folks,
I have a query that returns trasaction date from our finance table PPA_WIP.
I need to be able to return the financial period that this trasaction falls within.
There is a view called NBI_DIM_FISCAL_TIME_V that has the following fields I would be interested in:
Period_Key
Period_Start
Period_End
how can I return the Period_Key, by checking which Period_Start-Period_End the Transaction date (TransDate from PPA_WIP) is within?
I have a query that returns trasaction date from our finance table PPA_WIP.
I need to be able to return the financial period that this trasaction falls within.
There is a view called NBI_DIM_FISCAL_TIME_V that has the following fields I would be interested in:
Period_Key
Period_Start
Period_End
how can I return the Period_Key, by checking which Period_Start-Period_End the Transaction date (TransDate from PPA_WIP) is within?