DBA Data[Home] [Help]

APPS.BEN_XCL_BUS dependencies on PER_BUSINESS_GROUPS

Line 310: from per_business_groups a,

306: -- Declare cursor
307: --
308: cursor csr_leg_code is
309: select a.legislation_code
310: from per_business_groups a,
311: ben_ext_chg_evt_log b
312: where b.ext_chg_evt_log_id = p_ext_chg_evt_log_id
313: and a.business_group_id = b.business_group_id;
314: --