DBA Data[Home] [Help]

APPS.FF_FFT_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 31: from per_business_groups_perf pbg

27: --
28: cursor csr_sec_grp is
29: select pbg.security_group_id,
30: pbg.legislation_code
31: from per_business_groups_perf pbg
32: , ff_formulas_f_tl fft
33: , ff_formulas_f fff
34: where fft.formula_id = p_formula_id
35: and pbg.business_group_id = fff.business_group_id;

Line 104: from per_business_groups_perf pbg

100: -- Declare cursor
101: --
102: cursor csr_leg_code is
103: select pbg.legislation_code
104: from per_business_groups_perf pbg
105: , ff_formulas_f_tl fft
106: , ff_formulas_f fff
107: where fft.formula_id = p_formula_id
108: and fft.language = p_language