DBA Data[Home] [Help]

APPS.FFDICT dependencies on FF_GLOBALS_F_TL

Line 1042: , ff_globals_f_tl b

1038: when no_data_found then
1039: select null into dummy from dual where exists
1040: (select null
1041: from ff_globals_f a
1042: , ff_globals_f_tl b
1043: where b.global_name = p_item_name
1044: and a.global_id = b.global_id
1045: and
1046: ( startup_mode = 'MASTER'

Line 1150: , ff_globals_f_tl b

1146: when no_data_found then
1147: select null into dummy from dual where exists
1148: (select null
1149: from ff_globals_f a
1150: , ff_globals_f_tl b
1151: where b.global_name = p_item_name
1152: and a.global_id = b.global_id
1153: and a.global_id <> p_global_id
1154: and