DBA Data[Home] [Help]

APPS.PSP_PI_IMPORT_DATA dependencies on GL_SETS_OF_BOOKS

Line 9: g_sob_currency_code gl_sets_of_books.currency_code%type; -- Introduced for bug fix 3107800

5: for errbuf and retCode. This has been modified on 05/08/98 by Al Arunachalam
6: **********************************************************************************************/
7: retVal Number;
8: g_bg_currency_code psp_payroll_interface.currency_code%type;
9: g_sob_currency_code gl_sets_of_books.currency_code%type; -- Introduced for bug fix 3107800
10:
11:
12: -- Introduced v_precision,v_ext_precision,v_currency_code in perform_validation for Bug 2916848
13: Function Perform_Validations(v_Batch_Name IN varchar2,v_business_group_id IN NUMBER,

Line 94: FROM gl_sets_of_books gsob

90:
91: -- Introduced the following for bug fix 3107800
92: CURSOR sob_currency_code_cur IS
93: SELECT currency_code
94: FROM gl_sets_of_books gsob
95: WHERE set_of_books_id = v_set_of_books_id;
96: -- End of fix 3107800
97:
98: l_currency_code psp_payroll_interface.currency_code%type;