Temporary Table Use

Hi,

I am developing my own addon in AX 2009. In this i need to insert/retrieve records in/from SalesQuotaitonTable and SalesTable tables. To insert records in both tables the logic is same, but they both are two different entities in AX 2009 i need to create two separate methods. e.g. createSalesQuotationRecord() and createSalesRecord() same as for modify modifySalesQuotationRecord() and modifySalesRecrod().

Is there any possibility to crate a temporary table which is the combinations of these two tables(salesQuotaitonTable and salesTable) and then i need to only access the single(common) temporary table to accomplish my tasks as mentioned in above para.

May thanks in advance.