DBA Data[Home] [Help]

APPS.PER_SHT_BUS dependencies on PER_BUSINESS_GROUPS

Line 325: from per_business_groups a,

321: -- Declare cursor
322: --
323: cursor csr_leg_code is
324: select a.legislation_code
325: from per_business_groups a,
326: per_shared_types b
327: where b.shared_type_id = p_shared_type_id
328: and a.business_group_id = b.business_group_id;
329: --