DBA Data[Home] [Help]

APPS.CST_UTILITY_PUB dependencies on GL_SETS_OF_BOOKS

Line 511: l_pri_curr gl_sets_of_books.currency_code%TYPE; -- varchar2(15);

507: l_stmt_num number := 0;
508:
509: /* local data variables */
510: l_sob_id number;
511: l_pri_curr gl_sets_of_books.currency_code%TYPE; -- varchar2(15);
512: l_min_acct_unit fnd_currencies.minimum_accountable_unit%TYPE;
513: l_precision fnd_currencies.precision%TYPE;
514: l_num number;
515:

Line 628: from gl_sets_of_books

624: -- Get primary currency
625: l_stmt_num := 80;
626: select currency_code
627: into l_pri_curr
628: from gl_sets_of_books
629: where set_of_books_id = l_sob_id;
630:
631: -- Get precision and minimum_accountable_unit for the primary currency
632: l_stmt_num := 90;