DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on FND_LOG

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

751: -- handle_invalid_field
752: -- **********************************************************************************************
753: -- this is called to display message of WSM_INVALID_FIELD type.
754: -- sets the process_status to 3, sets values of error_code and error_message,
755: -- writes into fnd log and calls write_to_wie
756:
757: PROCEDURE handle_invalid_field (
758: p_field in varchar2,
759: p_aux_string in varchar2,

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

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

Line 11660: l_log_level NUMBER := FND_LOG.G_CURRENT_RUNTIME_LEVEL;

11656:
11657: l_msg_count NUMBER := 0;
11658: l_return_status VARCHAR2(1);
11659: l_err_msg VARCHAR2(2000);
11660: l_log_level NUMBER := FND_LOG.G_CURRENT_RUNTIME_LEVEL;
11661: l_param_tbl WSM_Log_PVT.param_tbl_type;
11662: BEGIN
11663:
11664: IF (lbji_debug='Y') THEN