DBA Data[Home] [Help]

APPS.AR_ADJVALIDATE_PUB dependencies on GL_SETS_OF_BOOKS

Line 292: gl_sets_of_books b

288: CURSOR l_periods_csr IS
289: SELECT trunc(g.start_date) start_date,
290: trunc(g.end_date) end_date
291: FROM gl_period_statuses g,
292: gl_sets_of_books b
293: WHERE g.application_id = 222
294: AND g.set_of_books_id = l_set_of_books_id
295: AND g.set_of_books_id = b.set_of_books_id
296: AND g.period_type = b.accounted_period_type

Line 2241: gl_sets_of_books b

2237:
2238: SELECT count(*)
2239: INTO l_count
2240: FROM gl_period_statuses g,
2241: gl_sets_of_books b
2242: WHERE g.application_id = 222
2243: AND g.set_of_books_id = l_set_of_books_id
2244: AND g.set_of_books_id = b.set_of_books_id
2245: AND g.period_type = b.accounted_period_type