DBA Data[Home] [Help]

APPS.AS_ISSUE_UTIL_PVT dependencies on FND_TERRITORIES_VL

Line 518: FROM fnd_territories_vl

514: x_msg_data OUT VARCHAR2) IS
515:
516: CURSOR C_country_code_exists (x_country_code VARCHAR2) IS
517: SELECT 'X'
518: FROM fnd_territories_vl
519: WHERE territory_code = X_Country_Code;
520:
521: l_val VARCHAR2(1);
522: