DBA Data[Home] [Help]

APPS.BEN_ERP_BUS dependencies on PER_BUSINESS_GROUPS

Line 1077: from per_business_groups a,

1073: -- Declare cursor
1074: --
1075: cursor csr_leg_code is
1076: select a.legislation_code
1077: from per_business_groups a,
1078: ben_enrt_perd_for_pl_f b
1079: where b.enrt_perd_for_pl_id = p_enrt_perd_for_pl_id
1080: and a.business_group_id = b.business_group_id;
1081: --