DBA Data[Home] [Help]

APPS.HR_DE_ORGANIZATION_LINKS_API dependencies on HR_ORGANIZATION_UNITS

Line 88: from hr_organization_units org

84: -- Declare cursors
85: --
86: cursor csr_get_derived_details(p_parent_organization_id number) is
87: select org.business_group_id
88: from hr_organization_units org
89: where org.organization_id = p_parent_organization_id;
90: --
91: -- Declare local variables
92: --