DBA Data[Home] [Help]

APPS.OKC_XPRT_IMPORT_PVT dependencies on HR_OPERATING_UNITS

Line 106: hr_operating_units

102: intent,
103: name,
104: org_id
105: FROM okc_terms_templates_all,
106: hr_operating_units
107: WHERE organization_id = org_id
108: AND template_id = p_template_id ;
109:
110: l_api_version CONSTANT NUMBER := 1;