DBA Data[Home] [Help]

APPS.BEN_LER_BUS dependencies on PER_BUSINESS_GROUPS

Line 411: ,per_business_groups pbg

407: --
408: cursor c1 is
409: select null
410: from ff_formulas_f ff
411: ,per_business_groups pbg
412: where ff.formula_id = p_ler_eval_rl
413: and ff.formula_type_id = -157 -- Life Event Evaluation
414: and pbg.business_group_id = p_business_group_id
415: and nvl(ff.business_group_id, p_business_group_id) = p_business_group_id

Line 2335: from per_business_groups a,

2331: -- Declare cursor
2332: --
2333: cursor csr_leg_code is
2334: select a.legislation_code
2335: from per_business_groups a,
2336: ben_ler_f b
2337: where b.ler_id = p_ler_id
2338: and a.business_group_id = b.business_group_id;
2339: --