DBA Data[Home] [Help]

APPS.GL_FC_XLATE_PKG dependencies on GL_PERIOD_STATUSES

Line 241: FROM gl_period_statuses gps

237:
238: l_ledger_id NUMBER;
239: CURSOR first_period IS
240: SELECT 1
241: FROM gl_period_statuses gps
242: WHERE gps.application_id = 101
243: AND gps.ledger_id = l_ledger_id
244: AND EXISTS
245: (SELECT (gp1.period_year*10000+ gp1.period_num)