DBA Data[Home] [Help]

APPS.AP_WEB_DB_EXPLINE_PKG dependencies on AP_WEB_CUST_DFLEX_PKG

Line 5178: OR AP_WEB_CUST_DFLEX_PKG.CustomGetCountyProvince(p_addressstyle, l_region) then

5174: --Customizing for Guatemala, Costa Rica, Chile
5175: -- Bug: 7365109
5176: l_region := p_region;
5177: IF p_addressstyle = 'CL_GLB' OR p_addressstyle = 'GT_GLB' OR p_addressstyle = 'CR_GLB'
5178: OR AP_WEB_CUST_DFLEX_PKG.CustomGetCountyProvince(p_addressstyle, l_region) then
5179: return l_region;
5180: END IF;
5181:
5182: fnd_dflex.get_flexfield('PER','Address Structure',l_dflex_r,l_dflex_dr);