DBA Data[Home] [Help]

APPS.LNS_BORROWERS_SUMMARY_PUB dependencies on GL_SETS_OF_BOOKS

Line 340: gl_sets_of_books books

336:
337: CURSOR func_curr_cur(P_ORG_ID number) IS
338: select books.currency_code
339: from lns_system_options_all sys,
340: gl_sets_of_books books
341: where sys.org_id = P_ORG_ID and
342: sys.set_of_books_id = books.set_of_books_id;
343:
344: CURSOR amount_ytd_cur(P_PARTY_ID number, P_LINE_TYPE VARCHAR2, P_TIME_FLAG VARCHAR2, P_ORG_ID number) IS