DBA Data[Home] [Help]

APPS.PSP_PAYTRN dependencies on GL_SETS_OF_BOOKS

Line 11: g_sob_currency_code gl_sets_of_books.currency_code%TYPE;

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

Line 469: FROM gl_sets_of_books gsob

465:
466: -- Introduced the following for bug fix 3107800
467: CURSOR sob_currency_code_cur IS
468: SELECT currency_code
469: FROM gl_sets_of_books gsob
470: WHERE set_of_books_id = l_resp_set_of_books_id;
471: -- End of bug fix 3107800
472: l_run_id integer;
473: cursor get_import_summary is