DBA Data[Home] [Help]

APPS.CSM_HZ_LOCATION_PKG dependencies on FND_TERRITORIES_VL

Line 38: select address_style from fnd_territories_vl where address_style is not null

34:
35: l_style VARCHAR2(200):='GENERIC';
36:
37: CURSOR c_style IS
38: select address_style from fnd_territories_vl where address_style is not null
39: and TERRITORY_CODE=l_country
40: UNION ALL SELECT 'GENERIC' FROM DUAL;
41:
42: BEGIN