DBA Data[Home] [Help]

APPS.PER_PER_BUS dependencies on FND_TERRITORIES_VL

Line 3185: from fnd_territories_vl ftv

3181: -- cursor to attempt to match the country short code.
3182: --
3183: cursor csr_country is
3184: Select null
3185: from fnd_territories_vl ftv
3186: where ftv.territory_code = p_country_of_birth;
3187: --
3188: begin
3189: if g_debug then