DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_PKG dependencies on ALL_OBJECTS

Line 5268: FROM all_objects

5264: IS
5265:
5266: CURSOR c_aad_status(c_pad_name VARCHAR2) IS
5267: SELECT status
5268: FROM all_objects
5269: WHERE object_name = c_pad_name
5270: and owner = user
5271: ORDER BY STATUS asc;
5272: