DBA Data[Home] [Help]

APPS.PQH_TCT_WIZARD_PKG dependencies on FND_NEW_MESSAGES

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

1: Package pqh_tct_wizard_pkg AUTHID CURRENT_USER as
2: /* $Header: pqtctwiz.pkh 120.1 2005/10/12 20:20:17 srajakum noship $ */
3: --
4: type warnings_rec is record(message_text fnd_new_messages.message_text%type);
5:
6: type warnings_tab is table of warnings_rec index by binary_integer;
7: --
8: -----------------------------------------------------------------------------