DBA Data[Home] [Help]

APPS.WIP_WIPUTACS_XMLP_PKG SQL Statements

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

Line: 31

	select FC.precision Precision into mprecision
	from org_organization_definitions OOD
	 ,        gl_code_combinations L
	 ,    fnd_currencies FC
	where OOD.organization_id = P_Organization_Id
	  and FC.currency_code = P_Currency_Code
	and L.chart_of_accounts_id(+) = decode(1,2,ood.organization_id,P_STRUCT_NUM)
	and L.code_combination_id(+) = NVL(P_Account,-1);
Line: 48

                      MODE="SELECT"
                      DISPLAY="ALL"
                    ')*/NULL;