DBA Data[Home] [Help]

APPS.PER_OBJ_BUS dependencies on PER_BUSINESS_GROUPS

Line 3087: from per_business_groups pbg,

3083: -- Curson to find legislation code.
3084: --
3085: cursor csr_leg_code is
3086: select legislation_code
3087: from per_business_groups pbg,
3088: per_objectives ppa
3089: where ppa.objective_id = p_objective_id
3090: and pbg.business_group_id = ppa.business_group_id;
3091: --