DBA Data[Home] [Help]

APPS.BEN_DDR_BUS dependencies on PER_BUSINESS_GROUPS

Line 1234: from per_business_groups a,

1230: -- Declare cursor
1231: --
1232: cursor csr_leg_code is
1233: select a.legislation_code
1234: from per_business_groups a,
1235: ben_dsgn_rqmt_f b
1236: where b.dsgn_rqmt_id = p_dsgn_rqmt_id
1237: and a.business_group_id = b.business_group_id;
1238: --