DBA Data[Home] [Help]

APPS.JAI_RGM_THHOLD_PROC_PKG dependencies on HR_OPERATING_UNITS

Line 100: , hr_operating_units hou

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