DBA Data[Home] [Help]

APPS.BEN_BCI_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 41: from per_business_groups_perf bg,

37: -- Declare cursor
38: --
39: cursor csr_leg_code is
40: select bg.legislation_code
41: from per_business_groups_perf bg,
42: ben_benefit_actions bba, ben_batch_bnft_cert_info bpa
43: where bba.benefit_action_id = bpa.benefit_action_id
44: and bba.business_group_id = bg.business_group_id
45: and bpa.batch_benft_cert_id = p_batch_benft_cert_id;