DBA Data[Home] [Help]

APPS.CS_KB_WF_PKG dependencies on FND_MESSAGE

Line 410: l_pub := fnd_message.GET_STRING('CS','CS_KB_WF_PUB');

406: WF_ENGINE.SetItemAttrText(p_itemtype, p_itemkey, 'SETNO', p_set_number);
407: WF_ENGINE.SetItemAttrText(p_itemtype, p_itemkey, 'SETID', p_set_id);
408: WF_ENGINE.SetItemAttrText(p_itemtype, p_itemkey, 'COMMAND', p_command);
409: IF (p_command = 'PUB') THEN
410: l_pub := fnd_message.GET_STRING('CS','CS_KB_WF_PUB');
411: WF_ENGINE.SetItemAttrText(p_itemtype, p_itemkey,
412: 'COMMAND_DISPLAY', l_pub); -- 'Published');
413: ELSIF (p_command = 'OBS') THEN
414: l_obs := fnd_message.GET_STRING('CS','CS_KB_WF_OBS');

Line 414: l_obs := fnd_message.GET_STRING('CS','CS_KB_WF_OBS');

410: l_pub := fnd_message.GET_STRING('CS','CS_KB_WF_PUB');
411: WF_ENGINE.SetItemAttrText(p_itemtype, p_itemkey,
412: 'COMMAND_DISPLAY', l_pub); -- 'Published');
413: ELSIF (p_command = 'OBS') THEN
414: l_obs := fnd_message.GET_STRING('CS','CS_KB_WF_OBS');
415: WF_ENGINE.SetItemAttrText(p_itemtype, p_itemkey,
416: 'COMMAND_DISPLAY', l_obs); --'Obsoleted');
417: END IF;
418: WF_ENGINE.SetItemAttrText(p_itemtype, p_itemkey, 'LANGUAGE', FND_GLOBAL.CURRENT_LANGUAGE);