<?xml version="1.0" encoding="UTF-8"?>
<WORKFLOW>
	<APP_NAME>PERSONAL</APP_NAME>
	<SOURCE_TABLE>
		<TABLE name="Workflow_Data" central="true" out="inquiry">
			<FIELD>COMPANYID</FIELD>
			<FIELD>WF_ID</FIELD>
			<FIELD>WF_VER</FIELD>
			<FIELD>DOC_NO</FIELD>
			<FIELD>SCREEN_VALUE</FIELD>
		</TABLE>
	</SOURCE_TABLE>
	<DESTINATION_TABLE>
		<TABLE name="MEMPLOYEE" central="true" out="record">
			<FIELD name="EMPLOYEEID"	setcolumn="1"	fix_value="" not_null="1">EMPLOYEEID</FIELD>
			<FIELD name="COMPANYID"	setcolumn="1"	fix_value="" not_null="1">COMPANYID</FIELD>
			<FIELD name="EMP_PREFIX"	setcolumn="1"	fix_value="" not_null="1">NEWPREFIX</FIELD>
			<FIELD name="FNAME"			setcolumn="1"	fix_value="" not_null="1">NEWTNAME</FIELD>
			<FIELD name="EFNAME"			setcolumn="1"	fix_value="" not_null="1">NEWENAME</FIELD>
			<FIELD name="LNAME"			setcolumn="1"	fix_value="" not_null="1">NEWTLNAME</FIELD>
			<FIELD name="ELNAME"			setcolumn="1"	fix_value="" not_null="1">NEWELNAME</FIELD>
			<FIELD name="BIRTHDAY"		setcolumn="1"	fix_value="" not_null="1">NEWBD</FIELD>
			<FIELD name="ID_PEOPLE"		setcolumn="1"	fix_value="" not_null="1">NEWID</FIELD>
			<FIELD name="STATMARRY"	setcolumn="1"	fix_value="" not_null="1">NEWSTATMARRY</FIELD>
		</TABLE>		
	</DESTINATION_TABLE>
</WORKFLOW>