DBA Data[Home] [Help]

APPS.LNS_BORROWERS_SUMMARY_PUB dependencies on GL_SETS_OF_BOOKS

Line 327: gl_sets_of_books books

323:
324: CURSOR func_curr_cur(P_ORG_ID number) IS
325: select books.currency_code
326: from lns_system_options_all sys,
327: gl_sets_of_books books
328: where sys.org_id = P_ORG_ID and
329: sys.set_of_books_id = books.set_of_books_id;
330:
331: CURSOR amount_ytd_cur(P_PARTY_ID number, P_LINE_TYPE VARCHAR2, P_TIME_FLAG VARCHAR2, P_ORG_ID number) IS