DBA Data[Home] [Help]

APPS.HR_ITEM_PROPERTIES_PKG dependencies on FND_TERRITORIES_VL

Line 1385: from fnd_territories_vl

1381: if rtrim(ltrim(x_info_territories)) is not null then
1382:
1383: select territory_code
1384: into x_legislation_code
1385: from fnd_territories_vl
1386: where territory_short_name = x_info_territories;
1387:
1388: end if;
1389:

Line 1543: from fnd_territories_vl

1539: if ltrim(rtrim(x_val_territories)) is not null then
1540:
1541: select territory_code
1542: into x_legislation_code
1543: from fnd_territories_vl
1544: where territory_short_name = x_val_territories;
1545:
1546: else
1547: