DBA Data[Home] [Help]

APPS.ITG_WF_UTILS dependencies on FND_API

Line 100: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

96: x_coll_id => l_coll_id,
97: p_xml_event_key => l_xml_event_key
98: );
99:
100: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
101: resultout := 'ERROR';
102: ELSE
103: wf_engine.SetItemAttrNumber(itemtype, itemkey, 'CLN_ID', l_coll_id);
104: resultout := wf_engine.eng_completed||':'||wf_engine.eng_null;

Line 211: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

207: x_dtl_coll_id => l_collaboration_dtl_id,
208: p_xml_event_key => l_xml_event_key
209: );
210:
211: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
212: resultout := 'ERROR';
213: ELSE
214: resultout := wf_engine.eng_completed||':'||wf_engine.eng_null;
215: END IF;

Line 360: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

356: p_xmlg_msg_id => l_xmlg_msg_id,
357: x_dtl_coll_id => l_collaboration_dtl_id
358: );
359:
360: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
361: resultout := 'ERROR';
362: ELSE
363: resultout := wf_engine.eng_completed||':'||wf_engine.eng_null;
364: END IF;