GL_INTERFACE table joins with gl_period_statuses_v
how to join gl_interface table with gl_period_statuses_v to derive the perid_name based on the ACCOUNTING_DATE.
period_name is also available on gl_interface table but it is blank. even if it is not blank we want to join gl_interface table to gl_period_statuses_v and derive the period_name from there.
looking for a query (SQL)