DBA Data[Home] [Help]

APPS.OKL_MULTI_GAAP_PVT dependencies on OKL_SYS_ACCT_OPTS

Line 282: l_sob_id OKL_SYS_ACCT_OPTS.set_of_books_id%TYPE;

278: l_rep_product_name OKL_PRODUCTS_V.name%TYPE;
279: l_deal_type OKL_K_HEADERS.DEAL_TYPE%TYPE;
280: l_rep_deal_type OKL_K_HEADERS_FULL_V.deal_type%TYPE;
281: l_currency_code OKL_TRX_CONTRACTS.currency_code%TYPE;
282: l_sob_id OKL_SYS_ACCT_OPTS.set_of_books_id%TYPE;
283: l_book_type_code OKL_TXD_ASSETS_V.tax_book%TYPE;
284: l_contract_currency OKC_K_HEADERS_B.currency_code%TYPE;
285: l_api_name CONSTANT VARCHAR2(2000) := 'MULTI_GAAP_SUPPORT';
286: l_api_version CONSTANT NUMBER := 1.0;

Line 535: from okl_sys_acct_opts;

531:
532: -- get the secondary rep method .. bug 7584164
533: cursor get_sec_rep_method is
534: select secondary_rep_method
535: from okl_sys_acct_opts;
536:
537: l_sec_rep_method okl_sys_acct_opts.secondary_rep_method%TYPE;
538:
539: BEGIN

Line 537: l_sec_rep_method okl_sys_acct_opts.secondary_rep_method%TYPE;

533: cursor get_sec_rep_method is
534: select secondary_rep_method
535: from okl_sys_acct_opts;
536:
537: l_sec_rep_method okl_sys_acct_opts.secondary_rep_method%TYPE;
538:
539: BEGIN
540:
541: -- get the accounting method for secondary representation