DBA Data[Home] [Help]

APPS.JAI_PO_PROC_PKG dependencies on HR_OPERATING_UNITS

Line 4538: from hr_operating_units

4534:
4535: cursor c_fetch_sob_from_hrou(cp_org_id in number)
4536: is
4537: select set_of_books_id
4538: from hr_operating_units
4539: Where organization_id = cp_org_id;
4540:
4541:
4542: l_api_name CONSTANT VARCHAR2(200) := 'po_req_tax_default';