DBA Data[Home] [Help]

APPS.OE_BULK_MSG_PUB dependencies on STANDARD

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

324: --
325: -- Valid values for message levels are from 1-50.
326: -- 1 being least severe and 50 highest.
327: --
328: -- The pre-defined levels correspond to standard API
329: -- return status. Debug levels are used to control the amount of
330: -- debug information a program writes to the PL/SQL message table.
331:
332: G_MSG_LVL_UNEXP_ERROR CONSTANT NUMBER := 60;

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

358:
359:
360: -- PROCEDURE Build_Exc_Msg()
361: --
362: -- USAGE Used by APIs to issue a standard message when
363: -- encountering an unexpected error.
364: -- Desc The IN parameters are used as tokens to a standard
365: -- message 'FND_API_UNEXP_ERROR'.
366: -- Parameters p_pkg_name IN VARCHAR2 Optional

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

360: -- PROCEDURE Build_Exc_Msg()
361: --
362: -- USAGE Used by APIs to issue a standard message when
363: -- encountering an unexpected error.
364: -- Desc The IN parameters are used as tokens to a standard
365: -- message 'FND_API_UNEXP_ERROR'.
366: -- Parameters p_pkg_name IN VARCHAR2 Optional
367: -- p_procedure_name IN VARCHAR2 Optional
368: -- p_error_text IN VARCHAR2(240) Optional