DBA Data[Home] [Help]

APPS.PY_FR_ADDITIONAL_ELEMENT_RULES dependencies on PER_BUSINESS_GROUPS

Line 533: from per_business_groups

529: and hl.lookup_code='F'; -- Final Close
530:
531: select name,legislation_code
532: into l_bg_name,l_leg_code
533: from per_business_groups
534: where business_group_id = p_business_group_id;
535:
536:
537: --