DBA Data[Home] [Help]

APPS.BEN_PCR_BUS dependencies on PER_BUSINESS_GROUPS

Line 385: from per_business_groups a,

381: -- Declare cursor
382: --
383: cursor csr_leg_code is
384: select a.legislation_code
385: from per_business_groups a,
386: ben_per_cm_trgr_f b
387: where b.per_cm_trgr_id = p_per_cm_trgr_id
388: and a.business_group_id = b.business_group_id;
389: --