DBA Data[Home] [Help]

APPS.GML_ORUARPJ_XMLP_PKG dependencies on GL_CURR_MST

Line 169: from gl_curr_mst

165: BEGIN
166: v_value2:=v_value1;
167: begin
168: select decimal_precision into xx
169: from gl_curr_mst
170: where currency_code = billing_currency ;
171: Exception
172: when others then
173: xx := 0 ;