DBA Data[Home] [Help]

APPS.CLN_RN_UTILS dependencies on CLN_NP_PROCESSOR_PKG

Line 941: CLN_NP_PROCESSOR_PKG.Notify_administrator('RosettaNet Validations Failed for the XML message in the Workflow ' || ' ' ||

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 || ', ' ||
944: 'Error: ' || l_error_message);
945: WHEN OTHERS THEN