DBA Data[Home] [Help]

APPS.BIS_PMV_QUERY_PVT dependencies on AK_CUSTOM_REGION_ITEMS_VL

Line 3343: from ak_custom_region_items_vl

3339: p_second_order_by in out NOCOPY varchar2)
3340: is
3341: cursor c_orderby(cp_cust_code varchar2, cp_attribute_code varchar2, cp_property1 varchar2, cp_property2 varchar2) is
3342: select property_varchar2_value,property_name,attribute_code
3343: from ak_custom_region_items_vl
3344: where property_name in (cp_property1,cp_property2)
3345: and region_code = p_region_code
3346: and customization_code = cp_cust_code
3347: and attribute_code = cp_attribute_code