DBA Data[Home] [Help]

APPS.PER_PER_BUS dependencies on FND_TERRITORIES_VL

Line 3175: from fnd_territories_vl ftv

3171: -- cursor to attempt to match the country short code.
3172: --
3173: cursor csr_country is
3174: Select null
3175: from fnd_territories_vl ftv
3176: where ftv.territory_code = p_country_of_birth;
3177: --
3178: begin
3179: if g_debug then