DBA Data[Home] [Help]

APPS.OE_MSG_PUB dependencies on STANDARD

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

367: --
368: -- Valid values for message levels are from 1-50.
369: -- 1 being least severe and 50 highest.
370: --
371: -- The pre-defined levels correspond to standard API
372: -- return status. Debug levels are used to control the amount of
373: -- debug information a program writes to the PL/SQL message table.
374:
375: G_MSG_LVL_UNEXP_ERROR CONSTANT NUMBER := 60;

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

401:
402:
403: -- PROCEDURE Build_Exc_Msg()
404: --
405: -- USAGE Used by APIs to issue a standard message when
406: -- encountering an unexpected error.
407: -- Desc The IN parameters are used as tokens to a standard
408: -- message 'FND_API_UNEXP_ERROR'.
409: -- Parameters p_pkg_name IN VARCHAR2 Optional

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

403: -- PROCEDURE Build_Exc_Msg()
404: --
405: -- USAGE Used by APIs to issue a standard message when
406: -- encountering an unexpected error.
407: -- Desc The IN parameters are used as tokens to a standard
408: -- message 'FND_API_UNEXP_ERROR'.
409: -- Parameters p_pkg_name IN VARCHAR2 Optional
410: -- p_procedure_name IN VARCHAR2 Optional
411: -- p_error_text IN VARCHAR2(240) Optional