DBA Data[Home] [Help]

APPS.HR_ITEM_PROPERTIES_PKG dependencies on FND_TERRITORIES_VL

Line 1471: from fnd_territories_vl

1467: if rtrim(ltrim(x_info_territories)) is not null then
1468:
1469: select territory_code
1470: into x_legislation_code
1471: from fnd_territories_vl
1472: where territory_short_name = x_info_territories;
1473:
1474: end if;
1475:

Line 1629: from fnd_territories_vl

1625: if ltrim(rtrim(x_val_territories)) is not null then
1626:
1627: select territory_code
1628: into x_legislation_code
1629: from fnd_territories_vl
1630: where territory_short_name = x_val_territories;
1631:
1632: else
1633: