DBA Data[Home] [Help]

APPS.XLA_PURGE_PKG dependencies on GL_PERIOD_STATUSES

Line 132: gl_period_statuses

128: cursor get_date(p_ledger_id IN NUMBER, p_end_date date)
129: is
130: select max(end_date) end_date
131: from
132: gl_period_statuses
133: where application_id = 101
134: and ledger_id=p_ledger_id
135: and end_date <= p_end_date
136: and closing_status in ('C','P')