DBA Data[Home] [Help]

APPS.AK_RUN_FLOW_PKG dependencies on ALL_OBJECTS

Line 10: from all_objects ao, ak_regions ar

6: X_REGION_CODE in VARCHAR2
7: ) is
8: cursor check_object_csr is
9: select 1
10: from all_objects ao, ak_regions ar
11: where ao.object_name = ar.database_object_name
12: and ar.region_application_id = x_region_application_id
13: and ar.region_code = x_region_code
14: and ao.object_type in ('TABLE', 'VIEW');