DBA Data[Home] [Help]

APPS.ZX_PTP_IMPORT dependencies on ALL_OBJECTS

Line 722: FROM sys.all_objects

718: IF FND_API.TO_BOOLEAN(p_gather_stats) THEN
719:
720: SELECT owner
721: INTO l_temp_char_30
722: FROM sys.all_objects
723: WHERE object_name = G_INTF_PTP_TABLE_NAME
724: AND object_type = 'TABLE';
725:
726: FND_STATS.gather_table_stats(ownname => l_temp_char_30