DBA Data[Home] [Help]

APPS.BEN_CRT_BUS dependencies on PER_BUSINESS_GROUPS

Line 921: from per_business_groups a,

917: -- Declare cursor
918: --
919: cursor csr_leg_code is
920: select a.legislation_code
921: from per_business_groups a,
922: ben_crt_ordr b
923: where b.crt_ordr_id = p_crt_ordr_id
924: and a.business_group_id = b.business_group_id;
925: --