DBA Data[Home] [Help]

APPS.IRC_ILP_BUS dependencies on FND_TERRITORIES

Line 117: from fnd_territories

113: l_country_code irc_location_preferences.country_code%TYPE;
114: --
115: cursor csr_chk_country_code is
116: select 1
117: from fnd_territories
118: where territory_code = p_country_code;
119: --
120: Begin
121: hr_utility.set_location('Entering:'||l_proc,10);