DBA Data[Home] [Help]

APPS.EDW_CURRENCY dependencies on GL_SETS_OF_BOOKS

Line 102: From GL_SETS_OF_BOOKS

98: l_base_currency_code VARCHAR2(15) := NULL;
99: l_converted_amount NUMBER;
100: cursor sob_cur is
101: Select currency_code
102: From GL_SETS_OF_BOOKS
103: Where set_of_books_id = x_set_of_books_id;
104: BEGIN
105:
106: if (x_base_amount is not NULL) then