DBA Data[Home] [Help]

APPS.JL_CO_GL_MG_MEDIA_PKG dependencies on GL_PERIOD_STATUSES

Line 1784: FROM gl_period_statuses stat,

1780: SET status = 'Y'
1781: WHERE reported_year = p_reported_year
1782: AND set_of_books_id = p_set_of_books_id
1783: AND EXISTS (SELECT 1
1784: FROM gl_period_statuses stat,
1785: gl_periods p,
1786: gl_sets_of_books sob,
1787: gl_period_types pt,
1788: gl_period_sets ps,