[Home] [Help]
APPS.JL_CO_GL_MG_MEDIA_PKG dependencies on GL_PERIOD_STATUSES
Line 1891: FROM gl_period_statuses stat,
1887: SET status = 'Y'
1888: WHERE reported_year = p_reported_year
1889: AND set_of_books_id = p_set_of_books_id
1890: AND EXISTS (SELECT 1
1891: FROM gl_period_statuses stat,
1892: gl_periods p,
1893: gl_sets_of_books sob,
1894: gl_period_types pt,
1895: gl_period_sets ps,