DBA Data[Home] [Help]

APPS.PAY_ORG_PAYMENT_METHOD_API dependencies on GL_SETS_OF_BOOKS

Line 311: from gl_sets_of_books

307: where payment_type_id = v_payment_type_id;
308: --
309: cursor csr_chart_of_accounts_id (v_sets_of_book_id number) is
310: select CHART_OF_ACCOUNTS_ID
311: from gl_sets_of_books
312: where SET_OF_BOOKS_ID = v_sets_of_book_id;
313: --
314: cursor csr_pmeth_category (v_payment_type_id number) is
315: select payment_type_name

Line 1819: from gl_sets_of_books

1815: where opm.org_payment_method_id = v_org_payment_method_id;
1816: --
1817: cursor csr_chart_of_accounts_id (v_sets_of_book_id number) is
1818: select CHART_OF_ACCOUNTS_ID
1819: from gl_sets_of_books
1820: where SET_OF_BOOKS_ID = v_sets_of_book_id;
1821: --
1822: --
1823: cursor csr_external_account_id (v_org_payment_method_id number, v_effective_date date) is