DBA Data[Home] [Help]

APPS.BEN_BDI_BUS dependencies on PER_BUSINESS_GROUPS

Line 700: from per_business_groups a,

696: -- Declare cursor
697: --
698: cursor csr_leg_code is
699: select a.legislation_code
700: from per_business_groups a,
701: ben_batch_dpnt_info b
702: where b.batch_dpnt_id = p_batch_dpnt_id
703: and a.business_group_id = b.business_group_id;
704: --