DBA Data[Home] [Help]

APPS.ARP_ADDS_MINUS99 dependencies on FND_TERRITORIES_VL

Line 2010: select territory_short_name into short_name from fnd_territories_vl

2006: if territory_code = previous_territory_code
2007: then return( previous_territory_short_name );
2008: else
2009:
2010: select territory_short_name into short_name from fnd_territories_vl
2011: where territory_code = terr_short_name.territory_code;
2012:
2013: previous_territory_code := territory_code;
2014: previous_territory_short_name := short_name;