DBA Data[Home] [Help]

APPS.CLN_RN_UTILS dependencies on FND_MESSAGE

Line 937: FND_MESSAGE.SET_NAME('CLN','M4R_3C4_XML_VALIDATION_FAIL');

933: IF (l_Debug_Level <= 5) THEN
934: cln_debug_pub.Add('Validation Failed With messge :'||l_error_message ,6);
935: END IF;
936: -- Added for 3C4 messages
937: FND_MESSAGE.SET_NAME('CLN','M4R_3C4_XML_VALIDATION_FAIL');
938: FND_MESSAGE.SET_TOKEN('ERRMSG',l_error_message);
939: l_fnd_error_msg:= FND_MESSAGE.GET;
940: wf_engine.SetItemAttrText(p_itemtype,p_itemkey,'CH_MESSAGE_VALIDATION_FAILED',l_fnd_error_msg);
941: CLN_NP_PROCESSOR_PKG.Notify_administrator('RosettaNet Validations Failed for the XML message in the Workflow ' || ' ' ||

Line 938: FND_MESSAGE.SET_TOKEN('ERRMSG',l_error_message);

934: cln_debug_pub.Add('Validation Failed With messge :'||l_error_message ,6);
935: END IF;
936: -- Added for 3C4 messages
937: FND_MESSAGE.SET_NAME('CLN','M4R_3C4_XML_VALIDATION_FAIL');
938: FND_MESSAGE.SET_TOKEN('ERRMSG',l_error_message);
939: l_fnd_error_msg:= FND_MESSAGE.GET;
940: wf_engine.SetItemAttrText(p_itemtype,p_itemkey,'CH_MESSAGE_VALIDATION_FAILED',l_fnd_error_msg);
941: CLN_NP_PROCESSOR_PKG.Notify_administrator('RosettaNet Validations Failed for the XML message in the Workflow ' || ' ' ||
942: 'Item Type: ' || p_itemtype || ', ' ||

Line 939: l_fnd_error_msg:= FND_MESSAGE.GET;

935: END IF;
936: -- Added for 3C4 messages
937: FND_MESSAGE.SET_NAME('CLN','M4R_3C4_XML_VALIDATION_FAIL');
938: FND_MESSAGE.SET_TOKEN('ERRMSG',l_error_message);
939: l_fnd_error_msg:= FND_MESSAGE.GET;
940: wf_engine.SetItemAttrText(p_itemtype,p_itemkey,'CH_MESSAGE_VALIDATION_FAILED',l_fnd_error_msg);
941: CLN_NP_PROCESSOR_PKG.Notify_administrator('RosettaNet Validations Failed for the XML message in the Workflow ' || ' ' ||
942: 'Item Type: ' || p_itemtype || ', ' ||
943: 'Item Key: ' || p_itemkey || ', ' ||