DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_PKG dependencies on ALL_OBJECTS

Line 5621: FROM all_objects

5617: IS
5618:
5619: CURSOR c_aad_status(c_pad_name VARCHAR2) IS
5620: SELECT status
5621: FROM all_objects
5622: WHERE object_name = c_pad_name
5623: and owner = user
5624: ORDER BY STATUS asc;
5625: