DBA Data[Home] [Help]

APPS.JTA_SYNC_COMMON dependencies on FND_TERRITORIES_TL

Line 186: FROM fnd_territories_tl -- using TL since a match in any language will do

182: IS
183: CURSOR c_territory
184: (b_country IN VARCHAR2
185: )IS SELECT territory_code code
186: FROM fnd_territories_tl -- using TL since a match in any language will do
187: WHERE UPPER(b_country) = UPPER(territory_short_name)
188: OR UPPER(b_country) = UPPER(description)
189: OR UPPER(b_country) = UPPER(territory_code);
190: