DBA Data[Home] [Help]

APPS.GMS_FUNDS_CONTROL_PKG dependencies on FND_FILE

Line 6361: fnd_file.put_line (fnd_file.output, x_err_buff);

6357: top_task_result_code = 'F29'
6358: WHERE packet_id = x_packetid;
6359: CLOSE gms_bc_tot_a;
6360: END IF;
6361: fnd_file.put_line (fnd_file.output, x_err_buff);
6362: WHEN OTHERS THEN
6363: RAISE;
6364: END budget_fundscheck;
6365: