DBA Data[Home] [Help]

APPS.WIP_EAM_WRAPPROVAL_PVT dependencies on FND_API

Line 75: p_resultout := FND_API.G_RET_STS_SUCCESS;

71: and beda.organization_id = p_organization_id
72: and fu.user_id(+) = beda.primary_approver_id;
73:
74: BEGIN
75: p_resultout := FND_API.G_RET_STS_SUCCESS;
76: l_resp_string := 'FND_RESP';
77:
78: if p_maintenance_object_id is not null then
79: l_maintenance_object_id := p_maintenance_object_id;

Line 424: p_resultout := FND_API.G_RET_STS_ERROR;

420: -- commit ;
421:
422: EXCEPTION
423: When l_NO_DEPT_RESP then
424: p_resultout := FND_API.G_RET_STS_ERROR;
425: p_error_message := ' Work Request cannot be created as there are no ' ||
426: ' department approvers for the selected ' ||
427: ' [Asset : ' || p_asset_number || '] Assigned Department';
428: When others then

Line 430: p_resultout := FND_API.G_RET_STS_ERROR;

426: ' department approvers for the selected ' ||
427: ' [Asset : ' || p_asset_number || '] Assigned Department';
428: When others then
429: wf_core.context('EAMWRAP','StartWRAProcess', itemtype, itemkey);
430: p_resultout := FND_API.G_RET_STS_ERROR;
431: p_error_message := to_char(l_stmt_number) || ' EAMWRAP'
432: || ' StartWRAProcess'|| itemtype || itemkey;
433: raise;
434: