DBA Data[Home] [Help]

APPS.IGC_CBC_PO_GRP dependencies on GL_SETS_OF_BOOKS

Line 102: gl_sets_of_books gsob

98:
99: CURSOR c_fiscal_year(p_sob_id NUMBER) IS
100: SELECT period_year
101: FROM gl_periods gp,
102: gl_sets_of_books gsob
103: WHERE gp.period_set_name = gsob.period_set_name
104: AND gp.period_type = gsob.accounted_period_type
105: AND trunc(p_date) BETWEEN trunc(gp.start_date)
106: AND trunc(gp.end_date)