DBA Data[Home] [Help]

APPS.FV_FUNDS_AVAIL_PKG dependencies on GL_PERIOD_STATUSES

Line 603: FROM gl_period_statuses

599: SELECT period_year,
600: period_num
601: INTO l_period_year,
602: l_period_num
603: FROM gl_period_statuses
604: WHERE application_id = 101
605: AND set_of_books_id = vp_sob_id
606: AND period_name = vp_period_name;
607: