DBA Data[Home] [Help]

APPS.BEN_CBP_BUS dependencies on PER_BUSINESS_GROUPS

Line 411: from per_business_groups a,

407: -- Declare cursor
408: --
409: cursor csr_leg_code is
410: select a.legislation_code
411: from per_business_groups a,
412: ben_cmbn_ptip_f b
413: where b.cmbn_ptip_id = p_cmbn_ptip_id
414: and a.business_group_id = b.business_group_id;
415: --