DBA Data[Home] [Help]

APPS.BEN_CRD_BUS dependencies on PER_BUSINESS_GROUPS

Line 313: from per_business_groups a,

309: -- Declare cursor
310: --
311: cursor csr_leg_code is
312: select a.legislation_code
313: from per_business_groups a,
314: ben_crt_ordr_cvrd_per b
315: where b.crt_ordr_cvrd_per_id = p_crt_ordr_cvrd_per_id
316: and a.business_group_id = b.business_group_id;
317: --