DBA Data[Home] [Help]

APPS.JAI_RGM_THHOLD_PROC_PKG dependencies on HR_OPERATING_UNITS

Line 189: , hr_operating_units hou

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:
193: cursor c_get_ref_dtls (cp_transaction_id jai_rgm_refs_all.transaction_id%type default null