DBA Data[Home] [Help]

APPS.PER_APL_BUS dependencies on PER_BUSINESS_GROUPS

Line 923: from per_business_groups pbg

919: -- Declare cursor
920: --
921: cursor csr_leg_code is
922: select pbg.legislation_code
923: from per_business_groups pbg
924: , per_applications apl
925: where apl.application_id = p_application_id
926: and pbg.business_group_id = apl.business_group_id;
927: --