DBA Data[Home] [Help]

APPS.BEN_PGC_BUS dependencies on PER_BUSINESS_GROUPS

Line 396: ,per_business_groups pbg

392: --
393: cursor c1 is
394: select null
395: from ff_formulas_f ff
396: ,per_business_groups pbg
397: where ff.formula_id = p_ctfn_rqd_when_rl
398: and ff.formula_type_id = -26
399: and pbg.business_group_id = p_business_group_id
400: and nvl(ff.business_group_id, p_business_group_id) =

Line 915: from per_business_groups a,

911: -- Declare cursor
912: --
913: cursor csr_leg_code is
914: select a.legislation_code
915: from per_business_groups a,
916: ben_pgm_dpnt_cvg_ctfn_f b
917: where b.pgm_dpnt_cvg_ctfn_id = p_pgm_dpnt_cvg_ctfn_id
918: and a.business_group_id = b.business_group_id;
919: --