DBA Data[Home] [Help]

APPS.BEN_PCT_BUS dependencies on PER_BUSINESS_GROUPS

Line 118: per_business_groups pbg

114: --
115: cursor c1 is
116: select null
117: from ff_formulas_f ff,
118: per_business_groups pbg
119: where ff.formula_id = p_ctfn_rqd_when_rl
120: and ff.formula_type_id = -43 -- BEN_LACK_CTFN_DENY_RMBMT
121: and pbg.business_group_id = p_business_group_id
122: and nvl(ff.business_group_id,p_business_group_id) =

Line 756: from per_business_groups a,

752: -- Declare cursor
753: --
754: cursor csr_leg_code is
755: select a.legislation_code
756: from per_business_groups a,
757: ben_pl_gd_r_svc_ctfn_f b
758: where b.pl_gd_r_svc_ctfn_id = p_pl_gd_r_svc_ctfn_id
759: and a.business_group_id = b.business_group_id;
760: --