DBA Data[Home] [Help]

APPS.FFDICT dependencies on FF_GLOBALS_F_TL

Line 1043: , ff_globals_f_tl b

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

Line 1151: , ff_globals_f_tl b

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