DBA Data[Home] [Help]

APPS.BEN_PCU_BUS dependencies on PER_BUSINESS_GROUPS

Line 395: from per_business_groups a,

391: -- Declare cursor
392: --
393: cursor csr_leg_code is
394: select a.legislation_code
395: from per_business_groups a,
396: ben_per_cm_usg_f b
397: where b.per_cm_usg_id = p_per_cm_usg_id
398: and a.business_group_id = b.business_group_id;
399: --