DBA Data[Home] [Help]

APPS.BEN_CLP_BUS dependencies on PER_BUSINESS_GROUPS

Line 21: from per_business_groups a,

17: -- Declare cursor
18: --
19: cursor csr_leg_code is
20: select a.legislation_code
21: from per_business_groups a,
22: ben_clpse_lf_evt_f b
23: where b.clpse_lf_evt_id = p_clpse_lf_evt_id
24: and a.business_group_id = b.business_group_id;
25: --