DBA Data[Home] [Help]

APPS.WIP_EAM_WRAPPROVAL_PVT dependencies on FND_API

Line 88: p_resultout := FND_API.G_RET_STS_SUCCESS;

84: order by work_request_note_id;
85:
86:
87: BEGIN
88: p_resultout := FND_API.G_RET_STS_SUCCESS;
89: l_resp_string := 'FND_RESP';
90:
91: if p_maintenance_object_id is not null then
92: l_maintenance_object_id := p_maintenance_object_id;

Line 473: p_resultout := FND_API.G_RET_STS_ERROR;

469: -- commit ;
470:
471: EXCEPTION
472: When l_NO_DEPT_RESP then
473: p_resultout := FND_API.G_RET_STS_ERROR;
474: P_error_message := ' Work Request cannot be created as there are no ' ||
475: ' department approvers for the selected ' ||
476: ' [Asset : ' || P_asset_number || '] Assigned Department';
477: Fnd_message.Set_token('MESSAGE', P_error_message);

Line 481: P_resultout := Fnd_api.G_ret_sts_error;

477: Fnd_message.Set_token('MESSAGE', P_error_message);
478: Fnd_msg_pub.Add;
479: When others then
480: wf_core.context('EAMWRAP','StartWRAProcess', itemtype, itemkey);
481: P_resultout := Fnd_api.G_ret_sts_error;
482: P_error_message := To_char(L_stmt_number) || ' EAMWRAP'
483: || ' StartWRAProcess'|| Itemtype || Itemkey;
484: Fnd_message.Set_token('MESSAGE', P_error_message);
485: Fnd_msg_pub.Add;