DBA Data[Home] [Help]

APPS.JAI_RGM_THHOLD_PROC_PKG dependencies on GL_SETS_OF_BOOKS

Line 188: from gl_sets_of_books gsb

184:
185: cursor c_curr_code (cp_org_id jai_rgm_refs_all.org_id%type)
186: is
187: select currency_code
188: from gl_sets_of_books gsb
189: , hr_operating_units hou
190: where gsb.set_of_books_id = hou.set_of_books_id
191: and hou.organization_id = cp_org_id;
192: