DBA Data[Home] [Help]

APPS.INV_MGD_MVT_UTILS_PKG dependencies on FND_TERRITORIES_TL

Line 1206: FND_TERRITORIES_TL --fix bug 4165090

1202: IS
1203: SELECT
1204: DISTINCT territory_code
1205: FROM
1206: FND_TERRITORIES_TL --fix bug 4165090
1207: WHERE
1208: territory_short_name = l_short_name;
1209:
1210: BEGIN

Line 1289: FND_TERRITORIES_TL --fix bug 4165090

1285: IS
1286: SELECT
1287: DISTINCT territory_code
1288: FROM
1289: FND_TERRITORIES_TL --fix bug 4165090
1290: WHERE
1291: territory_short_name = l_short_name;
1292:
1293: BEGIN

Line 1374: FND_TERRITORIES_TL --fix bug 4165090

1370: IS
1371: SELECT
1372: DISTINCT territory_code
1373: FROM
1374: FND_TERRITORIES_TL --fix bug 4165090
1375: WHERE
1376: territory_short_name = l_short_name;
1377: BEGIN
1378: OPEN l_country;

Line 2011: FND_TERRITORIES_TL --fix bug 4165090

2007: IS
2008: SELECT
2009: DISTINCT territory_code
2010: FROM
2011: FND_TERRITORIES_TL --fix bug 4165090
2012: WHERE
2013: territory_short_name = l_short_name;
2014: BEGIN
2015: OPEN c_country;