DBA Data[Home] [Help]

APPS.FF_FGT_BUS dependencies on FF_GLOBALS_F

Line 32: , ff_globals_f_tl fgt

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;
36: --

Line 33: , ff_globals_f ffg

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;
36: --
37: -- Declare local variables

Line 105: , ff_globals_f_tl fgt

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
109: and pbg.business_group_id = ffg.business_group_id;

Line 106: , ff_globals_f ffg

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
109: and pbg.business_group_id = ffg.business_group_id;
110: --