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 229: l_mesg_token_tbl EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type;

225: l_organization_id number:= wf_engine.GetItemAttrNumber( itemtype => itemtype,
226: itemkey => itemkey, aname => 'ORGANIZATION_ID');
227: l_request_id number;
228: l_err_msg varchar2(2000);
229: l_mesg_token_tbl EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type;
230: l_status_error EXCEPTION;
231:
232: l_workorder_rec EAM_PROCESS_WO_PUB.eam_wo_rec_type;
233: l_eam_op_tbl EAM_PROCESS_WO_PUB.eam_op_tbl_type;