DBA Data[Home] [Help]

APPS.OKL_MLA_CREATE_UPDATE_PUB dependencies on AK_REGION_ITEMS

Line 28: from ak_region_items ri, ak_regions r, ak_attributes_vl a

24: RETURN VARCHAR2 IS
25:
26: CURSOR ak_prompt_csr(p_ak_region VARCHAR2, p_ak_attribute VARCHAR2) IS
27: select a.attribute_label_long
28: from ak_region_items ri, ak_regions r, ak_attributes_vl a
29: where ri.region_code = r.region_code
30: and ri.region_application_id = r.region_application_id
31: and ri.attribute_code = a.attribute_code
32: and ri.attribute_application_id = a.attribute_application_id