DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on GL_SETS_OF_BOOKS

Line 6924: FROM gl_sets_of_books

6920: */
6921:
6922: SELECT period_set_name
6923: INTO l_calendar_name
6924: FROM gl_sets_of_books
6925: WHERE set_of_books_id = p_x_interface_line_rec.SET_OF_BOOKS_ID;
6926:
6927: -- sol_ord_er #16014165
6928: IF l_debug_level > 0 THEN