DBA Data[Home] [Help]

APPS.PAY_STATUS_RULES_PKG dependencies on PER_BUSINESS_GROUPS

Line 576: from per_business_groups

572: or (p_business_group_id is null
573: and p_legislation_code is not null
574: and (p_legislation_code = nvl(sprf.legislation_code,'~')
575: or p_legislation_code = (select legislation_code
576: from per_business_groups
577: where business_group_id = nvl(sprf.business_group_id,-1))))
578: );
579: exception
580: when no_data_found then