DBA Data[Home] [Help]

APPS.AK_FLOW3_PVT dependencies on AK_FLOW_REGION_RELATIONS

Line 886: from AK_FLOW_REGION_RELATIONS

882: and attribute_code = p_to_url_attribute_code
883: and upper(data_type) = 'URL';
884: cursor l_check_to_page_csr is
885: select 1
886: from AK_FLOW_REGION_RELATIONS
887: where flow_application_id = p_flow_application_id
888: and flow_code = p_flow_code
889: and from_page_appl_id = p_page_application_id
890: and from_page_code = p_page_code