DBA Data[Home] [Help]

APPS.PER_APL_BUS dependencies on PER_BUSINESS_GROUPS

Line 930: from per_business_groups pbg

926: -- Declare cursor
927: --
928: cursor csr_leg_code is
929: select pbg.legislation_code
930: from per_business_groups pbg
931: , per_applications apl
932: where apl.application_id = p_application_id
933: and pbg.business_group_id = apl.business_group_id;
934: --