DBA Data[Home] [Help]

APPS.EGO_EXT_FWK_PUB dependencies on ALL_TAB_PARTITIONS

Line 2477: FROM ALL_TAB_PARTITIONS

2473:
2474: l_table_owner := Get_Application_Owner(p_application_id);
2475:
2476: SELECT COUNT(*) into l_partition_count
2477: FROM ALL_TAB_PARTITIONS
2478: WHERE
2479: table_name = l_ext_table_name
2480: and table_owner = l_table_owner;
2481:

Line 2506: FROM ALL_TAB_PARTITIONS

2502:
2503: IF (l_ext_table_name IS NOT NULL) THEN
2504:
2505: SELECT COUNT(*) into l_partition_count
2506: FROM ALL_TAB_PARTITIONS
2507: WHERE
2508: table_name = l_ext_table_name
2509: and table_owner = l_table_owner;
2510:

Line 2545: FROM ALL_TAB_PARTITIONS

2541:
2542: IF l_attr_chg_b_table IS NOT NULL THEN
2543: SELECT COUNT(*)
2544: INTO l_partition_count
2545: FROM ALL_TAB_PARTITIONS
2546: WHERE table_name = l_attr_chg_b_table
2547: AND table_owner = l_table_owner;
2548:
2549: IF (l_partition_count > 0) THEN

Line 2566: FROM ALL_TAB_PARTITIONS

2562:
2563: IF l_attr_chg_tl_table IS NOT NULL THEN
2564: SELECT COUNT(*)
2565: INTO l_partition_count
2566: FROM ALL_TAB_PARTITIONS
2567: WHERE table_name = l_attr_chg_tl_table
2568: AND table_owner = l_table_owner;
2569:
2570: IF (l_partition_count > 0) THEN