DBA Data[Home] [Help]

APPS.XLA_SEQUENCE_DATAFIX_PKG dependencies on GL_PERIOD_STATUSES

Line 169: FROM gl_period_statuses

165:
166: IF(l_start_date is null) THEN
167: SELECT start_date
168: INTO l_start_date
169: FROM gl_period_statuses
170: WHERE ledger_id=p_ledger_id
171: AND application_id = 101
172: AND period_name = p_period_name;
173: END IF;