DBA Data[Home] [Help]

APPS.PQH_UTILITY dependencies on FND_NEW_MESSAGES

Line 8: type warnings_rec is record(message_text fnd_new_messages.message_text%type);

4: -- ----------------------------------------------------------------------------
5: -- | Global Record Type Specification |
6: -- ----------------------------------------------------------------------------
7: --
8: type warnings_rec is record(message_text fnd_new_messages.message_text%type);
9:
10: type warnings_tab is table of warnings_rec index by binary_integer;
11: --
12: -- Procedure Specifications