[Home] [Help]
3965: l_business_group_id per_all_assignments_f.business_group_id%TYPE;
3966: --
3967: cursor csr_val_source_org_id is
3968: select business_group_id
3969: from per_organization_units
3970: where organization_id = p_source_organization_id
3971: and p_validation_start_date
3972: between date_from
3973: and nvl(date_to, hr_api.g_eot);