DBA Data[Home] [Help]

APPS.PAY_PAYMENT_GL_ACCOUNTS_PKG dependencies on GL_SETS_OF_BOOKS

Line 679: from gl_sets_of_books

675: and p_effective_date between effective_start_date and effective_end_date;
676: --
677: cursor csr_set_of_books_name is
678: select name, chart_of_accounts_id
679: from gl_sets_of_books
680: where set_of_books_id = p_set_of_books_id;
681: --
682: l_proc varchar2(100) := 'PAY_PAYMENT_GL_ACCOUNTS_PKG.GET_GL_ACCOUNTS';
683: --