DBA Data[Home] [Help]

APPS.PER_BIL_BUS dependencies on PER_BUSINESS_GROUPS

Line 271: from per_business_groups a,

267: -- Declare cursor
268: --
269: cursor csr_leg_code is
270: select a.legislation_code
271: from per_business_groups a,
272: hr_summary b
273: where b.id_value = p_id_value
274: and a.business_group_id = b.business_group_id;
275: --