You have to select the DirPartyTbale before assign.
\Classes\PSAQuotationsDP\insertPSAQuotationsTmp
DirPartyTable partyTable
Like select firstonly name from partyTable
m_tPSAQuotationsTmp.Name1 = partyTable.Name;
I don't know your scenario. what criteria you want to pass for partyTable selection.