DBA Data[Home] [Help]

APPS.PAY_DB_PAY_SETUP dependencies on HR_ALL_ORGANIZATION_UNITS

Line 839: from hr_all_organization_units org

835: if p_organization_name is not NULL then
836: --
837: select org.organization_id
838: into v_organization_id
839: from hr_all_organization_units org
840: where upper(org.name) = upper(p_organization_name)
841: and org.business_group_id + 0 = v_business_group_id;
842: --
843: else