DBA Data[Home] [Help]

APPS.HR_ORGANIZATION_UNITS_PKG dependencies on PER_BUSINESS_GROUPS

Line 876: from per_business_groups

872: where bargaining_organization_id = X_Organization_Id;
873:
874: cursor csr_leg_code is
875: select legislation_code
876: from per_business_groups
877: where business_group_id = X_Business_Group_id;
878:
879: --
880: -- Cursor removed as part of fix for bug 1858597,