DBA Data[Home] [Help]

APPS.JAI_TAX_PROCESSING_PKG dependencies on HR_OPERATING_UNITS

Line 780: from hr_operating_units

776:
777: cursor c_fetch_sob_from_hrou(cp_org_id in number)
778: is
779: select set_of_books_id
780: from hr_operating_units
781: Where organization_id = cp_org_id;
782: --Added by Wenqiong for PO integration end
783:
784: lb_jai_exists boolean;