DBA Data[Home] [Help]

APPS.GMS_FUNDS_CONTROL_PKG dependencies on FND_FILE

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

6001: top_task_result_code = 'F29'
6002: WHERE packet_id = x_packetid;
6003: CLOSE gms_bc_tot_a;
6004: END IF;
6005: fnd_file.put_line (fnd_file.output, x_err_buff);
6006: WHEN OTHERS THEN
6007: RAISE;
6008: END budget_fundscheck;
6009: