DBA Data[Home] [Help]

APPS.IGC_CBC_VALIDATIONS_PKG dependencies on ALL_TABLES

Line 1277: FROM all_tables

1273: -- Declare the cursors to be used during this function run.
1274: -- --------------------------------------------------------------------
1275: CURSOR c_efc_table (p_schema VARCHAR2) IS
1276: SELECT '1'
1277: FROM all_tables
1278: WHERE table_name = 'PSA_EFC_OPTIONS'
1279: AND owner = p_schema;
1280:
1281: -- --------------------------------------------------------------------