DBA Data[Home] [Help]

APPS.EAM_CLEARANCE_WORKFLOW_PVT dependencies on EAM_ERROR_MESSAGE_PVT

Line 131: l_mesg_token_tbl EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type;

127: itemkey => itemkey, aname => 'ORGANIZATION_ID');
128:
129: l_request_id number;
130: l_err_msg varchar2(2000);
131: l_mesg_token_tbl EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type;
132: l_status_error EXCEPTION;
133:
134: l_clearance_header_rec EAM_PROCESS_SAFETY_PUB.eam_clearance_header_rec_type;
135: l_old_clearance_header_rec EAM_PROCESS_SAFETY_PUB.eam_clearance_header_rec_type;

Line 252: l_mesg_token_tbl EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type;

248: itemkey => itemkey, aname => 'ORGANIZATION_ID');
249:
250: l_request_id number;
251: l_err_msg varchar2(2000);
252: l_mesg_token_tbl EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type;
253: l_status_error EXCEPTION;
254:
255: l_clearance_header_rec EAM_PROCESS_SAFETY_PUB.eam_clearance_header_rec_type;
256: lx_clearance_header_rec EAM_PROCESS_SAFETY_PUB.eam_clearance_header_rec_type;