DBA Data[Home] [Help]

APPS.IGC_ETAX_UTIL_PKG dependencies on HR_OPERATING_UNITS

Line 676: hr_operating_units hrop

672:
673: CURSOR get_legal_entity(p_org_id P_CC_Header_Rec.org_id%type)
674: is
675: select hrop.default_legal_context_id from
676: hr_operating_units hrop
677: where hrop.organization_id=p_org_id;
678:
679: BEGIN
680: