DBA Data[Home] [Help]

APPS.WIP_EAM_WRAPPROVAL_PVT dependencies on FND_MSG_PUB

Line 478: Fnd_msg_pub.Add;

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);
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'

Line 485: Fnd_msg_pub.Add;

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;
486: raise;
487:
488: END StartWRAProcess;
489: