DBA Data[Home] [Help]

APPS.AR_ADJVALIDATE_PVT dependencies on GL_SETS_OF_BOOKS

Line 232: gl_sets_of_books b

228: CURSOR l_periods_csr IS
229: SELECT trunc(g.start_date) start_date,
230: trunc(g.end_date) end_date
231: FROM gl_period_statuses g,
232: gl_sets_of_books b
233: WHERE g.application_id = 222
234: AND g.set_of_books_id = l_set_of_books_id
235: AND g.set_of_books_id = b.set_of_books_id
236: AND g.period_type = b.accounted_period_type

Line 2636: gl_sets_of_books b

2632:
2633: SELECT count(*)
2634: INTO l_count
2635: FROM gl_period_statuses g,
2636: gl_sets_of_books b
2637: WHERE g.application_id = 222
2638: AND g.set_of_books_id = l_set_of_books_id
2639: AND g.set_of_books_id = b.set_of_books_id
2640: AND g.period_type = b.accounted_period_type