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 2026: FND_TERRITORIES_TL --fix bug 4165090

2022: IS
2023: SELECT
2024: DISTINCT territory_code
2025: FROM
2026: FND_TERRITORIES_TL --fix bug 4165090
2027: WHERE
2028: territory_short_name = l_short_name;
2029: BEGIN
2030: OPEN c_country;