DBA Data[Home] [Help]

APPS.BEN_CPT_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_opt_f b
413: where b.cmbn_ptip_opt_id = p_cmbn_ptip_opt_id
414: and a.business_group_id = b.business_group_id;
415: --