DBA Data[Home] [Help]

APPS.EAM_WORKORDER_WORKFLOW_PVT dependencies on EAM_ERROR_MESSAGE_PVT

Line 106: l_mesg_token_tbl EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type;

102: l_organization_id number:= wf_engine.GetItemAttrNumber( itemtype => itemtype,
103: itemkey => itemkey, aname => 'ORGANIZATION_ID');
104: l_request_id number;
105: l_err_msg varchar2(2000);
106: l_mesg_token_tbl EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type;
107: l_status_error EXCEPTION;
108:
109: l_workorder_rec EAM_PROCESS_WO_PUB.eam_wo_rec_type;
110: l_eam_op_tbl EAM_PROCESS_WO_PUB.eam_op_tbl_type;

Line 234: l_mesg_token_tbl EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type;

230: l_organization_id number:= wf_engine.GetItemAttrNumber( itemtype => itemtype,
231: itemkey => itemkey, aname => 'ORGANIZATION_ID');
232: l_request_id number;
233: l_err_msg varchar2(2000);
234: l_mesg_token_tbl EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type;
235: l_status_error EXCEPTION;
236:
237: l_workorder_rec EAM_PROCESS_WO_PUB.eam_wo_rec_type;
238: l_eam_op_tbl EAM_PROCESS_WO_PUB.eam_op_tbl_type;