DBA Data[Home] [Help]

APPS.BEN_PFF_BUS dependencies on PER_BUSINESS_GROUPS

Line 116: ,per_business_groups pbg

112: --
113: cursor c1 is
114: select null
115: from ff_formulas_f ff
116: ,per_business_groups pbg
117: where ff.formula_id = p_rndg_rl
118: and ff.formula_type_id = -169
119: and pbg.business_group_id = p_business_group_id
120: and nvl(ff.business_group_id, p_business_group_id) =

Line 948: from per_business_groups a,

944: -- Declare cursor
945: --
946: cursor csr_leg_code is
947: select a.legislation_code
948: from per_business_groups a,
949: ben_pct_fl_tm_fctr b
950: where b.pct_fl_tm_fctr_id = p_pct_fl_tm_fctr_id
951: and a.business_group_id = b.business_group_id;
952: --