DBA Data[Home] [Help]

APPS.FND_MSG_PUB dependencies on STANDARD

Line 206: -- The pre-defined levels correspond to standard API

202: --
203: -- Valid values for message levels are from 1-50.
204: -- 1 being least severe and 50 highest.
205: --
206: -- The pre-defined levels correspond to standard API
207: -- return status. Debug levels are used to control the amount of
208: -- debug information a program writes to the PL/SQL message table.
209:
210: G_MSG_LVL_UNEXP_ERROR CONSTANT NUMBER := 60;

Line 239: -- USAGE Used by APIs to issue a standard message when

235: RETURN BOOLEAN;
236:
237: -- PROCEDURE Build_Exc_Msg()
238: --
239: -- USAGE Used by APIs to issue a standard message when
240: -- encountering an unexpected error.
241: -- Desc The IN parameters are used as tokens to a standard
242: -- message 'FND_API_UNEXP_ERROR'.
243: -- Parameters p_pkg_name IN VARCHAR2(30) Optional

Line 241: -- Desc The IN parameters are used as tokens to a standard

237: -- PROCEDURE Build_Exc_Msg()
238: --
239: -- USAGE Used by APIs to issue a standard message when
240: -- encountering an unexpected error.
241: -- Desc The IN parameters are used as tokens to a standard
242: -- message 'FND_API_UNEXP_ERROR'.
243: -- Parameters p_pkg_name IN VARCHAR2(30) Optional
244: -- p_procedure_name IN VARCHAR2(30) Optional
245: -- p_error_text IN VARCHAR2(240) Optional