DBA Data[Home] [Help]

APPS.QRM_MM_FORMULAS SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 1430

	-- only calculate BUY, SHORT, and ISSUE b/c COVER/SELL updates original
		-- transaction
	IF (p_deal_subtype = 'BUY') THEN
	     p_side := 'B';
Line: 1973

	p_pv_cashflows.DELETE;
Line: 1974

	p_cf_days.DELETE;