DBA Data[Home] [Help]

APPS.GMD_UTILITY_PKG dependencies on GMD_DEBUG

Line 169: gmd_debug.put_line ('Expression to be executed:' || x_expression);

165: END IF;
166:
167: END LOOP;
168: -- dbms_output.put_line(' expression before execute '||x_expression);
169: gmd_debug.put_line ('Expression to be executed:' || x_expression);
170: --RLNAGARA Bug5473185 Pass in pexp_test from input parameter so that correct error handling occurs
171: -- No longer hard code a TRUE for this input parameter.
172: execute_exp(x_expression,pexp_test,x_value,x_return_Status);
173: --dbms_output.put_line(' after execute '||to_char(x_value)||' '||x_return_Status);