DBA Data[Home] [Help]

APPS.BEN_PDL_BUS dependencies on PER_BUSINESS_GROUPS

Line 420: ,per_business_groups pbg

416: --
417: cursor c1 is
418: select null
419: from ff_formulas_f ff
420: ,per_business_groups pbg
421: where ff.formula_id = p_ptd_lmt_calc_rl
422: and ff.formula_type_id = -167
423: and pbg.business_group_id = p_business_group_id
424: and nvl(ff.business_group_id, p_business_group_id) =

Line 839: from per_business_groups a,

835: -- Declare cursor
836: --
837: cursor csr_leg_code is
838: select a.legislation_code
839: from per_business_groups a,
840: ben_ptd_lmt_f b
841: where b.ptd_lmt_id = p_ptd_lmt_id
842: and a.business_group_id = b.business_group_id;
843: --