DBA Data[Home] [Help]

APPS.PAY_SEED_UTL dependencies on PER_BUSINESS_GROUPS

Line 835: per_business_groups bg

831: and nvl(ue.legislation_code,'z') = nvl(p_legislation_code,'z')
832: and f.formula_id = fdi.formula_id
833: and (( f.legislation_code = p_legislation_code )
834: or ( f.business_group_id in ( select business_group_id from
835: per_business_groups bg
836: where bg.legislation_code = p_legislation_code )));
837:
838: BEGIN
839: IF p_route_id is not null then