DBA Data[Home] [Help]

APPS.FF_FGT_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_globals_f_tl fgt
33: , ff_globals_f ffg
34: where fgt.global_id = p_global_id
35: and pbg.business_group_id = ffg.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_globals_f_tl fgt
106: , ff_globals_f ffg
107: where fgt.global_id = p_global_id
108: and fgt.language = p_language