DBA Data[Home] [Help]

APPS.CE_BANK_AND_ACCOUNT_VALIDATION dependencies on FND_TERRITORIES_VL

Line 519: FROM fnd_territories_vl

515: IF (l_country_chk_reqd) THEN
516: BEGIN
517: SELECT territory_short_name
518: INTO l_country_name
519: FROM fnd_territories_vl
520: WHERE territory_code = Xi_country_code;
521: EXCEPTION
522: WHEN no_data_found THEN
523: l_country_name := Xi_country_code;