DBA Data[Home] [Help]

APPS.BEN_OPP_BUS dependencies on PER_BUSINESS_GROUPS

Line 401: from per_business_groups a,

397: -- Declare cursor
398: --
399: cursor csr_leg_code is
400: select a.legislation_code
401: from per_business_groups a,
402: ben_oiplip_f b
403: where b.oiplip_id = p_oiplip_id
404: and a.business_group_id = b.business_group_id;
405: --