DBA Data[Home] [Help]

APPS.GL_FC_XLATE_PKG dependencies on GL_PERIODS

Line 246: FROM GL_PERIODS gp1

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)
246: FROM GL_PERIODS gp1
247: WHERE gp1.period_name = x_period
248: AND gp1.period_set_name = l_period_set_name
249: AND gps.effective_period_num <
250: (gp1.period_year*10000+ gp1.period_num))