7: -- End of bug fix 2916848
8:
9: -- Introduced the following for bug fix 3107800
10: g_bg_currency_code psp_payroll_controls.currency_code%TYPE;
11: g_sob_currency_code gl_sets_of_books.currency_code%TYPE;
12: g_exchange_rate_type psp_payroll_controls.exchange_rate_type%TYPE;
13: g_uom VARCHAR2(1);
14: g_entry_date_earned DATE;
15: g_effective_start_date DATE; -- LD Added
463:
464: -- Introduced the following for bug fix 3107800
465: CURSOR sob_currency_code_cur IS
466: SELECT currency_code
467: FROM gl_sets_of_books gsob
468: WHERE set_of_books_id = l_resp_set_of_books_id;
469: -- End of bug fix 3107800
470: l_run_id integer;
471: cursor get_import_summary is