DBA Data[Home] [Help]

APPS.GL_SEL_SEG_TURNOVER_RPT_PKG dependencies on GL_PERIOD_STATUSES

Line 33: FROM gl_period_statuses gps

29: END IF;
30:
31: SELECT gps.effective_period_num
32: INTO x_per_eff_num
33: FROM gl_period_statuses gps
34: WHERE gps.period_name = p_period_name
35: AND gps.ledger_id = ln_single_ledger_id
36: AND gps.application_id = 101;
37: