DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on FND_LOG

Line 750: -- writes into fnd log and calls write_to_wie

746: -- handle_invalid_field
747: -- **********************************************************************************************
748: -- this is called to display message of WSM_INVALID_FIELD type.
749: -- sets the process_status to 3, sets values of error_code and error_message,
750: -- writes into fnd log and calls write_to_wie
751:
752: PROCEDURE handle_invalid_field (
753: p_field in varchar2,
754: p_aux_string in varchar2,

Line 778: -- writes into fnd log and calls write_to_wie

774: -- handle_errmsg_name
775: -- **********************************************************************************************
776: -- this is called to display message of any type which does not involve setting any token
777: -- sets the process_status to 3, sets values of error_code and error_message,
778: -- writes into fnd log and calls write_to_wie
779:
780: PROCEDURE handle_errmsg_name(
781: p_product in varchar2,
782: p_message_name in varchar2,

Line 11556: l_log_level NUMBER := FND_LOG.G_CURRENT_RUNTIME_LEVEL;

11552:
11553: l_msg_count NUMBER := 0;
11554: l_return_status VARCHAR2(1);
11555: l_err_msg VARCHAR2(2000);
11556: l_log_level NUMBER := FND_LOG.G_CURRENT_RUNTIME_LEVEL;
11557: l_param_tbl WSM_Log_PVT.param_tbl_type;
11558: BEGIN
11559:
11560: IF (lbji_debug='Y') THEN