DBA Data[Home] [Help]

APPS.AME_CONDITION_API dependencies on FND_GLOBAL

Line 176: l_swi_pkg_name||fnd_global.local_chr(10)) = 0) then

172: -- given that the call is NOT made through SWI package,call
173: -- create_ame_string_value
174: --
175: if (instr(DBMS_UTILITY.FORMAT_CALL_STACK,
176: l_swi_pkg_name||fnd_global.local_chr(10)) = 0) then
177: l_isStringCondition := is_string_condition
178: (p_effective_date => sysdate
179: ,p_condition_id => l_condition_id
180: );