DBA Data[Home] [Help]

APPS.PER_ASG_BUS2 dependencies on PER_ORGANIZATION_UNITS

Line 4009: from per_organization_units

4005: l_business_group_id per_all_assignments_f.business_group_id%TYPE;
4006: --
4007: cursor csr_val_source_org_id is
4008: select business_group_id
4009: from per_organization_units
4010: where organization_id = p_source_organization_id
4011: and p_validation_start_date
4012: between date_from
4013: and nvl(date_to, hr_api.g_eot);