DBA Data[Home] [Help]

APPS.EGO_EXT_FWK_PUB dependencies on ALL_TAB_PARTITIONS

Line 2392: FROM ALL_TAB_PARTITIONS

2388:
2389: l_table_owner := Get_Application_Owner(p_application_id);
2390:
2391: SELECT COUNT(*) into l_partition_count
2392: FROM ALL_TAB_PARTITIONS
2393: WHERE
2394: table_name = l_ext_table_name
2395: and table_owner = l_table_owner;
2396:

Line 2421: FROM ALL_TAB_PARTITIONS

2417:
2418: IF (l_ext_table_name IS NOT NULL) THEN
2419:
2420: SELECT COUNT(*) into l_partition_count
2421: FROM ALL_TAB_PARTITIONS
2422: WHERE
2423: table_name = l_ext_table_name
2424: and table_owner = l_table_owner;
2425:

Line 2459: FROM ALL_TAB_PARTITIONS

2455:
2456: IF l_attr_chg_b_table IS NOT NULL THEN
2457: SELECT COUNT(*)
2458: INTO l_partition_count
2459: FROM ALL_TAB_PARTITIONS
2460: WHERE table_name = l_attr_chg_b_table
2461: AND table_owner = l_table_owner;
2462:
2463: IF (l_partition_count > 0) THEN

Line 2480: FROM ALL_TAB_PARTITIONS

2476:
2477: IF l_attr_chg_tl_table IS NOT NULL THEN
2478: SELECT COUNT(*)
2479: INTO l_partition_count
2480: FROM ALL_TAB_PARTITIONS
2481: WHERE table_name = l_attr_chg_tl_table
2482: AND table_owner = l_table_owner;
2483:
2484: IF (l_partition_count > 0) THEN