DBA Data[Home] [Help]

APPS.JAI_RGM_THHOLD_PROC_PKG dependencies on GL_SETS_OF_BOOKS

Line 99: from gl_sets_of_books gsb

95:
96: cursor c_curr_code (cp_org_id jai_rgm_refs_all.org_id%type)
97: is
98: select currency_code
99: from gl_sets_of_books gsb
100: , hr_operating_units hou
101: where gsb.set_of_books_id = hou.set_of_books_id
102: and hou.organization_id = cp_org_id;
103: